From 7fde9468fe6b4f07e0570f537503bc13dd9de0d4 Mon Sep 17 00:00:00 2001 From: Strokkur24 <133226102+Strokkur424@users.noreply.github.com> Date: Sat, 21 Dec 2024 17:07:15 +0100 Subject: [PATCH] Fix spelling mistakes --- docs/paper/dev/api/command-api/arguments/bukkit-arguments.mdx | 2 +- .../dev/api/command-api/arguments/enum-value-arguments.mdx | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/paper/dev/api/command-api/arguments/bukkit-arguments.mdx b/docs/paper/dev/api/command-api/arguments/bukkit-arguments.mdx index 180626c4..73de5c21 100755 --- a/docs/paper/dev/api/command-api/arguments/bukkit-arguments.mdx +++ b/docs/paper/dev/api/command-api/arguments/bukkit-arguments.mdx @@ -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 diff --git a/docs/paper/dev/api/command-api/arguments/enum-value-arguments.mdx b/docs/paper/dev/api/command-api/arguments/enum-value-arguments.mdx index af144e9a..c52abd7d 100755 --- a/docs/paper/dev/api/command-api/arguments/enum-value-arguments.mdx +++ b/docs/paper/dev/api/command-api/arguments/enum-value-arguments.mdx @@ -178,7 +178,7 @@ public static LiteralCommandNode 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