Skip to content

Commit 1eeb92f

Browse files
committed
Fix spelling
1 parent 0c2d3b9 commit 1eeb92f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/paper/dev/api/command-api/arguments/entity-player.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ The arguments described in this section relate to arguments which you can use to
1515
All of these have entity selectors (`@a`, `@e`, `@n`, etc.) as valid inputs, though they require the `minecraft.command.selector` permission in order to
1616
be able to be used. The specific arguments may allow or disallow certain selectors.
1717

18-
Due to the permission requirement for selectors it is adviced to add a `requires` statement to your command:
18+
Due to the permission requirement for selectors it is advised to add a `requires` statement to your command:
1919
```java
2020
.requires(ctx -> ctx.getSender().hasPermission("minecraft.command.selector"))
2121
```

0 commit comments

Comments
 (0)