diff --git a/common/config/rush/command-line.json b/common/config/rush/command-line.json
index d13145e13bb..e56246f9e46 100644
--- a/common/config/rush/command-line.json
+++ b/common/config/rush/command-line.json
@@ -140,8 +140,8 @@
     {
       "commandKind": "global",
       "name": "doformat",
-      "summary": "Show a formatting errors if pressent",
-      "description": "use to build all docker containers required for platform",
+      "summary": "Do aformat and show errors after it",
+      "description": "Do aformat and show errors after it",
       "safeForSimultaneousRushProcesses": true,
       "shellCommand": "rush format && ./common/scripts/format-show.sh"
     },