From 56a8af44b8a460e0fb804570a933acb1528cbd7b Mon Sep 17 00:00:00 2001 From: Armano den Boef <68127614+Rozen4334@users.noreply.github.com> Date: Thu, 28 Apr 2022 16:51:46 +0200 Subject: [PATCH] Append suggestion Co-authored-by: Jared L <48422312+lhjt@users.noreply.github.com> --- docs/guides/int_framework/permissions.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/guides/int_framework/permissions.md b/docs/guides/int_framework/permissions.md index 5289d0a5a..3f93ce050 100644 --- a/docs/guides/int_framework/permissions.md +++ b/docs/guides/int_framework/permissions.md @@ -49,7 +49,7 @@ and will be set up for all of the commands & nested modules inside this class. [!code-csharp[Permission stacking](samples/permissions/perm-nesting.cs)] -The amount of nesting you can do is realistically endless, although really deep nesting is not adviced as the lookup will only take longer. +The amount of nesting you can do is realistically endless, although really deep nesting is not advised as the lookup will only take longer. > [!NOTE] > If the nested class is marked with `Group`, as required for setting up subcommands, this example will not work.