Skip to content

Commit

Permalink
Fix wrong word usage
Browse files Browse the repository at this point in the history
  • Loading branch information
DerEchtePilz committed Feb 27, 2024
1 parent 2e1d353 commit f21ca60
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docssrc/src/velocity_intro.md
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ However, the CommandAPI offers access for the primitive type arguments:

## Registering a simple command

Command registration works the same way as it does in Bukkit. To visualize this, we want to register a simple command that registers a random number between a chosen minimum and a chosen maximum value:
Command registration works the same way as it does in Bukkit. To visualize this, we want to register a simple command that generates a random number between a chosen minimum and a chosen maximum value:

<div class="example">

Expand Down

0 comments on commit f21ca60

Please sign in to comment.