Browse Source

doc: avoid colloquialism

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: https://github.com/nodejs/node/pull/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>
v6
Rich Trott 8 years ago
committed by James M Snell
parent
commit
296f33101b
  1. 2
      COLLABORATOR_GUIDE.md

2
COLLABORATOR_GUIDE.md

@ -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

Loading…
Cancel
Save