Skip to content

Commit 326306c

Browse files
committed
Fix spelling
1 parent a68e793 commit 326306c

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

docs/paper/dev/api/command-api/basics/argument-suggestions.mdx

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -44,12 +44,12 @@ The `SuggestionsBuilder` has a few methods we can use to construct our suggestio
4444
The first type of methods we will cover are the input retrieval methods: `getInput()`, `getStart()`, `getRemaining()`, and `getRemainingLowerCase()`.
4545
The following table displays what they return with the following input typed in the chat bar: `/customsuggestions Asumm13Text`.
4646

47-
| Method | Return Value | Description |
48-
|----------------------------|--------------------------------|-----------------------------------------------------------|
49-
| getInput() | /customsuggestions Asumm13Text | The full chat input |
50-
| getStart() | 19 | The index of the forst character of the argument's input |
51-
| getRemaining() | Asumm13Text | The input for the current argument |
52-
| getRemainingLowerCase() | asumm13text | The input for the current argument, lowercased |
47+
| Method | Return Value | Description |
48+
|----------------------------|--------------------------------|---------------------------------------------------------------|
49+
| getInput() | /customsuggestions Asumm13Text | The full chat input |
50+
| getStart() | 19 | The index of the forfirstst character of the argument's input |
51+
| getRemaining() | Asumm13Text | The input for the current argument |
52+
| getRemainingLowerCase() | asumm13text | The input for the current argument, lowercased |
5353

5454
### Suggestions
5555
The following overloads of the `SuggestionBuilder#suggest` method all add values that will be send to the client as suggestions, but accept

0 commit comments

Comments
 (0)