Skip to content

Commit 505993b

Browse files
authored
Merge pull request CommandAPI#584 from Gregzeee/dev/dev
Fix grammatical mistake
2 parents 58641f8 + 97277b3 commit 505993b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docssrc/src/arguments.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ List<Argument> arguments = new ArrayList<>();
1717
arguments.add(new PlayerArgument("target"));
1818
```
1919

20-
The String value is the node that is registered into Minecraft's internal command graph. This is name is also used as a prompt that is shown to a player when they are entering the command.
20+
The String value is the node that is registered into Minecraft's internal command graph. This name is also used as a prompt that is shown to a player when they are entering the command.
2121

2222
-----
2323

0 commit comments

Comments
 (0)