From 0b388425117a70757eb6702baa067011e8bf222c Mon Sep 17 00:00:00 2001 From: Pragmatic Software Date: Fri, 14 Feb 2020 23:07:56 -0800 Subject: [PATCH] README.md: improve grammar? --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 908aaadb..1be9d443 100644 --- a/README.md +++ b/README.md @@ -146,7 +146,7 @@ is addressed to a nick, the output will also be addressed to them. newuser13: To learn all about me, see https://github.com/pragma-/pbot/tree/master/doc #### Background processing -Any command can be flagged to execute as a background process. For example, suppose you +Any command can be flagged to be executed as a background process. For example, suppose you make a Plugin that has a command that may potentially take a long time to complete, which could cause PBot to be non-responsive until the command completes...