Skip to content

Commit 7fde946

Browse files
committed
Fix spelling mistakes
1 parent f9c122b commit 7fde946

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docs/paper/dev/api/command-api/arguments/bukkit-arguments.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ import TimeMp4 from "./assets/vanilla-arguments/time.mp4"
1010
import UuidMp4 from "./assets/vanilla-arguments/uuid.mp4"
1111

1212
# Bukkit Arguments
13-
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
13+
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
1414
non-bukkit object described here is the [UUID Argument](#uuid-argument).
1515

1616
## Block State Argument

docs/paper/dev/api/command-api/arguments/enum-value-arguments.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -178,7 +178,7 @@ public static LiteralCommandNode<CommandSourceStack> templateMirrorArgument() {
178178

179179

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

184184
### Example usage

0 commit comments

Comments
 (0)