Skip to content

Commit

Permalink
Fix spelling mistakes
Browse files Browse the repository at this point in the history
  • Loading branch information
Strokkur424 committed Dec 21, 2024
1 parent f9c122b commit 7fde946
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ import TimeMp4 from "./assets/vanilla-arguments/time.mp4"
import UuidMp4 from "./assets/vanilla-arguments/uuid.mp4"

# Bukkit Arguments
The arguments described in this section return objects oftentime used in Bukkit API. They don't explicetly require to be from the `org.bukkit` package. An example for a
The arguments described in this section return objects oftentime used in Bukkit API. They don't explicitly require to be from the `org.bukkit` package. An example for a
non-bukkit object described here is the [UUID Argument](#uuid-argument).

## Block State Argument
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -178,7 +178,7 @@ public static LiteralCommandNode<CommandSourceStack> templateMirrorArgument() {


## Template Rotation Argument
For the tempalte rotation argument, the user has 4 valid input possibilities: `180`, `clockwise_90`, `counterclockwise_90`, and `none`. You can retrieve the result
For the template rotation argument, the user has 4 valid input possibilities: `180`, `clockwise_90`, `counterclockwise_90`, and `none`. You can retrieve the result
of the argument as a `StructureRotation` enum value.

### Example usage
Expand Down

0 comments on commit 7fde946

Please sign in to comment.