Skip to content

Commit d91899a

Browse files
committed
Fix command description
Signed-off-by: Andrey Sobolev <[email protected]>
1 parent 95ea034 commit d91899a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

common/config/rush/command-line.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -140,8 +140,8 @@
140140
{
141141
"commandKind": "global",
142142
"name": "doformat",
143-
"summary": "Show a formatting errors if pressent",
144-
"description": "use to build all docker containers required for platform",
143+
"summary": "Do aformat and show errors after it",
144+
"description": "Do aformat and show errors after it",
145145
"safeForSimultaneousRushProcesses": true,
146146
"shellCommand": "rush format && ./common/scripts/format-show.sh"
147147
},

0 commit comments

Comments
 (0)