Skip to content

Commit

Permalink
doc: avoid colloquialism
Browse files Browse the repository at this point in the history
I witnessed an English-as-a-second-language speaker puzzle over the word
"borked" in our documentation today. Reword to avoid colloquialisms.
It's more precise and clear this way anyway. Also reformat `Optional:`
to be consistent with how it appears elsewhere in the doc.

PR-URL: nodejs/node#12417
Reviewed-By: Richard Lau <riclau@uk.ibm.com>
Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
Reviewed-By: Sakthipriyan Vairamani <thechargingvolcano@gmail.com>
Reviewed-By: Gibson Fahnestock <gibfahn@gmail.com>
Reviewed-By: James M Snell <jasnell@gmail.com>
  • Loading branch information
Trott authored and andrew749 committed Jul 19, 2017
1 parent 6d61a09 commit d58d8f4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion COLLABORATOR_GUIDE.md
Original file line number Diff line number Diff line change
Expand Up @@ -345,7 +345,7 @@ Additionally:

### Technical HOWTO

_Optional:_ ensure that you are not in a borked `am`/`rebase` state
Clear any `am`/`rebase` that may already be underway.

```text
$ git am --abort
Expand Down

0 comments on commit d58d8f4

Please sign in to comment.