Skip to content

Commit 12d97d6

Browse files
committed
Revert some of my reverts
1 parent 8112b64 commit 12d97d6

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docs/en/create-commands/arguments/types/literal/multiliteral-arguments.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ public MultiLiteralArgument(String nodeName, String... literals)
2828

2929
::::tip Example – Using multi literals to make the gamemode command
3030

31-
In this example, we'll show how to use multi literals to declare Minecraft's `/gamemode` command. As you can see from the example code below, the argument declaration and command declaration is the same as if you were declaring any normal argument or command.
31+
In this example, we'll show how to use multi literals to declare Minecraft's `/gamemode` command. As you can see from the example code below, the argument declaration and command declaration are the same as if you were declaring any normal argument or command.
3232

3333
:::tabs
3434
===Java

docs/en/create-commands/arguments/types/map-arguments.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ $$\downarrow$$
8686

8787
### Providing suggestions
8888

89-
When providing suggestions you have the choice whether players are allowed to enter any key/value pair or only key/value pairs specified by the `MapArgument`.
89+
When providing suggestions, you have the choice whether players are allowed to enter any key/value pair or only key/value pairs specified by the `MapArgument`.
9090
To accomplish this the `MapArgumentBuilder` provides different methods.
9191

9292
Similar to the mappers, you first have to provide the key suggestions:

0 commit comments

Comments
 (0)