fix: 🐛 Fix incorrect pluralization of entity page title
Some checks failed
Check Types / tests (push) Failing after 1s
CodeQL / Analyze (javascript) (push) Failing after 1s
Lint & Format / tests (push) Failing after 1s
Mirror to Codeberg / Mirror (push) Failing after 1s

This commit is contained in:
Jesse Wierzbinski 2025-12-20 00:28:46 +01:00
parent 1b243f1aca
commit 2f0e447f78
No known key found for this signature in database
2 changed files with 2 additions and 2 deletions

View file

@ -3,7 +3,7 @@ export const metadata = {
description: 'Definition of the Note entity',
}
# Notes
# Note
Notes represent a piece of content on a Versia instance. They can be posted by [Users](/entities/user) and are displayed in a user's feed. Notes can contain text, images, and other media. {{ className: 'lead' }}