Skip to content

Commit 00be3f4

Browse files
committed
Fixed typos
1 parent d135251 commit 00be3f4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/Imperat/command-api/Annotations Command API.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ can be a class, a method, or even a parameter.
3131
- `@Inherit` Declares that the current command class , inherits a subcommand class as it's child,
3232
it's made for developers who would prefer their subcommands to be separated into different classes.
3333

34-
:::info[Advanced%Detail]
34+
:::info[Advanced Detail]
3535
Inner classes are also parsed by default as commands and/or subcommands
3636
without the need for @Inherit.
3737

@@ -159,7 +159,7 @@ A true flag comes with an input next to it, example: `-yourFlag <value-input>` ,
159159
They are annotations that can be used on all levels (classes, methods and parameters).
160160
There is currently two built-in annotations of that type which are :-
161161
- `@Permission` -> specifies the permission of a command/usage/parameter(for tab-completion).
162-
- `@Descriptiton` -> specifies the description of a command/usage/parameter(for tab-completion).
162+
- `@Description` -> specifies the description of a command/usage/parameter(for tab-completion).
163163
## Example
164164
Here's an example of a command that uses some of the features mentioned above.
165165
```java

0 commit comments

Comments
 (0)