From e058f2d869c246a0820dfb77ac91194cd215f3b3 Mon Sep 17 00:00:00 2001 From: Pragmatic Software Date: Thu, 15 Jul 2021 15:55:23 -0700 Subject: [PATCH] doc/FAQ.md: fix typo --- doc/FAQ.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/FAQ.md b/doc/FAQ.md index 8e019c36..7a616d99 100644 --- a/doc/FAQ.md +++ b/doc/FAQ.md @@ -96,7 +96,7 @@ For example: By default, PBot collapses adjacent whitespace in command output. This is intended to reduce visual noise in IRC channels. -If your command is registered by a plugin, use the [`cmdset`](Admin.md#cmsdset) command +If your command is registered by a plugin, use the [`cmdset`](Admin.md#cmdset) command to set the `preserve_whitespace` [command metadata](Admin.md#command-metadata-list) to control this behavior.