[Docs] Fix typo in autocompletion.md (#2548)

Interations -> Interactions
This commit is contained in:
Ikko Ashimine
2022-12-26 05:53:00 +09:00
committed by GitHub
parent 7c535b952a
commit 1d53ea7679

View File

@@ -7,7 +7,7 @@ title: Command Autocompletion
[Autocompleters] provide a similar pattern to TypeConverters.
[Autocompleters] are cached, singleton services and they are used by the
Interaction Service to handle Autocomplete Interations targeted to a specific Slash Command parameter.
Interaction Service to handle Autocomplete Interactions targeted to a specific Slash Command parameter.
To start using AutocompleteHandlers, use the `[AutocompleteAttribute(Type type)]` overload of the [AutocompleteAttribute].
This will dynamically link the parameter to the [AutocompleteHandler] type.