Skip to content

Commit

Permalink
Spelling
Browse files Browse the repository at this point in the history
Co-authored-by: Matouš Kučera <[email protected]>
  • Loading branch information
Strokkur424 and zlataovce authored Jan 15, 2025
1 parent 7cfb88e commit 9823d8c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ that we can use for arguments:
| StringArgumentType.greedyString() | String | unquoted spaces | The literal written input. May contain any characters. Has to be the last argument |

### Boolean argument type and argument parsing
A boolean argument is used for retrieveing, well, a boolean. An example usage for that might be a `/serverflight` command which allows for enabling and disabling server flight
A boolean argument is used for retrieving, well, a boolean. An example usage for that might be a `/serverflight` command which allows for enabling and disabling server flight
with `/serverflight true` and `/serverflight false`:

```java title="ServerFlightCommand.java"
Expand Down

0 comments on commit 9823d8c

Please sign in to comment.