Skip to content

Commit 5d9e3de

Browse files
authored
docs: fix command metadata name aliases casing
Updated command metadata aliases to use proper casing.
1 parent a0205c7 commit 5d9e3de

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

apps/website/docs/guide/02-commands/05-command-metadata.mdx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -166,7 +166,7 @@ still using the same command file to handle them.
166166
When the
167167
[@commandkit/i18n](../05-official-plugins/05-commandkit-i18n.mdx)
168168
plugin is in use and a translation for the context menu command is
169-
provided, this option will be ignored.
169+
provided, this will be taken as base name and translations will be applied on top of it.
170170

171171
:::
172172

@@ -179,8 +179,8 @@ provided, this option will be ignored.
179179

180180
export const metadata: CommandMetadata = {
181181
nameAliases: {
182-
message: 'author-avatar',
183-
user: 'profile-picture'
182+
message: 'Author Avatar',
183+
user: 'Profile Picture'
184184
}
185185
};
186186

0 commit comments

Comments
 (0)