summaryrefslogtreecommitdiff
path: root/doc/onboarding.md
diff options
context:
space:
mode:
authorMateusz Konieczny <matkoniecz@gmail.com>2017-04-16 20:11:06 +0200
committerJames M Snell <jasnell@gmail.com>2017-04-18 08:30:38 -0700
commitdef78e8825a179593bd73b87b443fb3a991208e1 (patch)
tree6c5f9cb9a973af181ee4a694e2ce4ea1c55f16eb /doc/onboarding.md
parent096508dfa97c6b10ed16db1f20da0cbe6ef808b0 (diff)
downloadandroid-node-v8-def78e8825a179593bd73b87b443fb3a991208e1.tar.gz
android-node-v8-def78e8825a179593bd73b87b443fb3a991208e1.tar.bz2
android-node-v8-def78e8825a179593bd73b87b443fb3a991208e1.zip
doc: correct git fix whitespace command
Use apply.whitespace=fix rather than core.whitespace=fix Ref: https://github.com/nodejs/node/issues/11412 PR-URL: https://github.com/nodejs/node/pull/12445 Reviewed-By: Gibson Fahnestock <gibfahn@gmail.com> Reviewed-By: Refael Ackermann <refack@gmail.com> Reviewed-By: James M Snell <jasnell@gmail.com>
Diffstat (limited to 'doc/onboarding.md')
-rw-r--r--doc/onboarding.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/onboarding.md b/doc/onboarding.md
index 7727335faf..e6bef3f631 100644
--- a/doc/onboarding.md
+++ b/doc/onboarding.md
@@ -32,7 +32,7 @@ onboarding session.
## Local setup
* git:
- * make sure you have whitespace=fix: `git config --global --add core.whitespace fix`
+ * make sure you have whitespace=fix: `git config --global --add apply.whitespace fix`
* usually PR from your own github fork
* [See "Updating Node.js from Upstream"](./onboarding-extras.md#updating-nodejs-from-upstream)
* make new branches for all commits you make!