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.