From f44f3ce1b25265ff57baf7e19a95ef8bbb70ec1f Mon Sep 17 00:00:00 2001 From: Misha133 Date: Tue, 28 Jun 2022 17:36:18 +0300 Subject: [PATCH] typo? --- docs/guides/int_framework/intro.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/guides/int_framework/intro.md b/docs/guides/int_framework/intro.md index ae20cf9a3..7c3d822f2 100644 --- a/docs/guides/int_framework/intro.md +++ b/docs/guides/int_framework/intro.md @@ -294,7 +294,7 @@ By nesting commands inside a module that is tagged with [GroupAttribute] you can > [!NOTE] > To not use the command group's name as a prefix for component or modal interaction's custom id set `ignoreGroupNames` parameter to `true` in classes with [GroupAttribute] > -> However you have to be careful to prevent overlapping ids of buttons and modals +> However, you have to be careful to prevent overlapping ids of buttons and modals [!code-csharp[Command Group Example](samples/intro/groupmodule.cs)]