From 61ad4815895028eb3c5855f750bbc3c9aea2c730 Mon Sep 17 00:00:00 2001 From: Pragmatic Software Date: Thu, 23 Jan 2020 09:27:52 -0800 Subject: [PATCH] doc: fix grammar --- README.md | 2 +- doc/Factoids.md | 2 +- doc/QuickStart.md | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 858db72d..8debbc54 100644 --- a/README.md +++ b/README.md @@ -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. !factadd hello /say Hello, $nick! hello added to global channel. diff --git a/doc/Factoids.md b/doc/Factoids.md index 8973de67..2ffe0a01 100644 --- a/doc/Factoids.md +++ b/doc/Factoids.md @@ -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. !factadd hello /say Hello, $nick! hello added to global channel. diff --git a/doc/QuickStart.md b/doc/QuickStart.md index c6f7d141..d4462d5a 100644 --- a/doc/QuickStart.md +++ b/doc/QuickStart.md @@ -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. !factadd hello /say Hello, $nick! hello added to global channel.