Skip to content

Commit 97277b3

Browse files
authored
Fix grammatical mistake
Fixed a grammatical mistake in arguments.md at line 20 in the second sentence. More specifically there was a duplicate 'is' word.
1 parent 58641f8 commit 97277b3

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)