From c3a75603693d521be65195e7154678ba4401a38d Mon Sep 17 00:00:00 2001 From: danpeleg4 Date: Mon, 7 Sep 2026 11:14:44 -0700 Subject: [PATCH] fix(docs): fix grammar in command API arguments section Correct subject-verb agreement on the Command API basics page ("There is" -> "There are"). --- .../paper/dev/api/command-api/basics/arguments-and-literals.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/content/docs/paper/dev/api/command-api/basics/arguments-and-literals.md b/src/content/docs/paper/dev/api/command-api/basics/arguments-and-literals.md index 5db56c82d..95f3028f6 100755 --- a/src/content/docs/paper/dev/api/command-api/basics/arguments-and-literals.md +++ b/src/content/docs/paper/dev/api/command-api/basics/arguments-and-literals.md @@ -137,7 +137,7 @@ This is the main advantage of native arguments: The client itself performs simpl way better, as they can see invalid input without sending the command to the server. ### String arguments -There is three string arguments: `word`, `string`, and `greedyString`. +There are three string arguments: `word`, `string`, and `greedyString`. The `word` string argument is the simplest one of these. It only accepts a single word consisting of alphanumerical characters and these special characters: `+`, `-`, `_`, and `.`. * ✅ `.this_is_valid_input.`