Browse Source

typo?

pull/2374/head
Misha133 2 years ago
parent
commit
f44f3ce1b2
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      docs/guides/int_framework/intro.md

+ 1
- 1
docs/guides/int_framework/intro.md View File

@@ -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)]



Loading…
Cancel
Save