From d34813418ec6510d52647939eaace4cc375a2b06 Mon Sep 17 00:00:00 2001 From: Armano den Boef Date: Mon, 1 Aug 2022 13:12:55 +0200 Subject: [PATCH] Small format edit --- 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 286d099f2..f99ba43f3 100644 --- a/docs/guides/int_framework/intro.md +++ b/docs/guides/int_framework/intro.md @@ -311,7 +311,7 @@ An example of executing a command from an event can be seen here: [!code-csharp[Command Event Example](samples/intro/event.cs)] Commands can be either executed on the gateway thread or on a seperate thread from the thread pool. -This behaviour can be configured by changing the *RunMode* property of `InteractionServiceConfig` or by setting the *runMode* parameter of a command attribute. +This behaviour can be configured by changing the `RunMode` property of `InteractionServiceConfig` or by setting the *runMode* parameter of a command attribute. > [!WARNING] > In the example above, no form of post-execution is presented.