diff --git a/docs/guides/int_framework/autocompletion.md b/docs/guides/int_framework/autocompletion.md index 27da54e36..c09899015 100644 --- a/docs/guides/int_framework/autocompletion.md +++ b/docs/guides/int_framework/autocompletion.md @@ -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.