doc/FAQ.md: fix typo

This commit is contained in:
Pragmatic Software 2021-07-15 15:55:23 -07:00
parent 368586719a
commit e058f2d869
1 changed files with 1 additions and 1 deletions

View File

@ -96,7 +96,7 @@ For example:
By default, PBot collapses adjacent whitespace in command output. This is intended to By default, PBot collapses adjacent whitespace in command output. This is intended to
reduce visual noise in IRC channels. 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 to set the `preserve_whitespace` [command metadata](Admin.md#command-metadata-list) to
control this behavior. control this behavior.