From 2e5a46d63a8be8123e103498b42556ddb02773b0 Mon Sep 17 00:00:00 2001 From: Ikko Ashimine Date: Mon, 26 Dec 2022 02:19:50 +0900 Subject: [PATCH] [Docs] Fix typo in autocompletion.md Interations -> Interactions --- docs/guides/int_framework/autocompletion.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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.