summaryrefslogtreecommitdiff
path: root/doc/guides/contributing
diff options
context:
space:
mode:
authorRich Trott <rtrott@gmail.com>2019-06-20 13:31:05 -0600
committerRich Trott <rtrott@gmail.com>2019-06-23 07:07:24 -0700
commit96fd0a0f4d8d7098244ec41d6f7d8c40661a27f4 (patch)
tree39ff79ed3ac31547ddd5271a0cdbcfd37e3acc75 /doc/guides/contributing
parentc067fdbf447664bfd8ce2b71965d189ba3d52bca (diff)
downloadandroid-node-v8-96fd0a0f4d8d7098244ec41d6f7d8c40661a27f4.tar.gz
android-node-v8-96fd0a0f4d8d7098244ec41d6f7d8c40661a27f4.tar.bz2
android-node-v8-96fd0a0f4d8d7098244ec41d6f7d8c40661a27f4.zip
doc: remove "note that" from pull-requests.md
Refs: https://github.com/nodejs/remark-preset-lint-node/pull/16 PR-URL: https://github.com/nodejs/node/pull/28329 Reviewed-By: Gus Caplan <me@gus.host> Reviewed-By: Trivikram Kamat <trivikr.dev@gmail.com> Reviewed-By: Tobias Nießen <tniessen@tnie.de> Reviewed-By: Ruben Bridgewater <ruben@bridgewater.de>
Diffstat (limited to 'doc/guides/contributing')
-rw-r--r--doc/guides/contributing/pull-requests.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/guides/contributing/pull-requests.md b/doc/guides/contributing/pull-requests.md
index da0a8098db..c48738734b 100644
--- a/doc/guides/contributing/pull-requests.md
+++ b/doc/guides/contributing/pull-requests.md
@@ -134,8 +134,8 @@ $ git add my/changed/files
$ git commit
```
-Note that multiple commits often get squashed when they are landed (see the
-notes about [commit squashing](#commit-squashing)).
+Multiple commits often get squashed when they are landed. See the
+notes about [commit squashing](#commit-squashing).
#### Commit message guidelines