From b809d3d8b13702235e6f9892f0d721a8fece0ef5 Mon Sep 17 00:00:00 2001 From: quiddity-wp Date: Wed, 27 Nov 2019 12:00:31 -0800 Subject: [PATCH] fix my typo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index f0f2c2f..e54fc5f 100755 --- a/README.md +++ b/README.md @@ -1,5 +1,5 @@ # Phabricator-maintenance-bot Source for https://phabricator.wikimedia.org/p/Maintenance_bot/ -* `column_mover.py` is a script that can move columns of a task when some actions happens on it. E.g. Moving a task in workborad #user-ladsgroup from column "incoming" to column "done" when someone changes the task's status to "done" +* `column_mover.py` is a script that can move columns of a task when some actions happens on it. E.g. Moving a task in workboard #user-ladsgroup from column "incoming" to column "done" when someone changes the task's status to "done" * `patchforreview_remover.py` is an automatic script that removes the "patch_for_review" tag when all patches have been merged or abandoned