doc: fix grammar

This commit is contained in:
Pragmatic Software 2020-01-23 09:27:52 -08:00
parent 59dc65d87a
commit 61ad481589
3 changed files with 3 additions and 3 deletions

View File

@ -110,7 +110,7 @@ Factoids are a very special type of command. Anybody interacting with PBot
can create, edit, delete and invoke factoids. Factoids can be locked by the
creator of the factoid to prevent them from being edited by others.
At its most simple, a factoid merely output the text the creator sets.
At its most simple, a factoid merely displays the text the creator sets.
<pragma-> !factadd hello /say Hello, $nick!
<PBot> hello added to global channel.

View File

@ -61,7 +61,7 @@
## About
Factoids are a very special type of command. Anybody interacting with PBot can create, edit, delete and invoke factoids. Factoids can be locked by the creator of the factoid to prevent them from being edited by others.
At its most simple, a factoid merely output the text the creator sets.
At its most simple, a factoid merely displays the text the creator sets.
<pragma-> !factadd hello /say Hello, $nick!
<PBot> hello added to global channel.

View File

@ -279,7 +279,7 @@ Factoids are a very special type of command. Anybody interacting with PBot
can create, edit, delete and invoke factoids. Factoids can be locked by the
creator of the factoid to prevent them from being edited by others.
At its most simple, factoids merely output the text the creator sets.
At its most simple, a factoid merely displays the text the creator sets.
<pragma-> !factadd hello /say Hello, $nick!
<PBot> hello added to global channel.