From 96fd0a0f4d8d7098244ec41d6f7d8c40661a27f4 Mon Sep 17 00:00:00 2001 From: Rich Trott Date: Thu, 20 Jun 2019 13:31:05 -0600 Subject: doc: remove "note that" from pull-requests.md MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Refs: https://github.com/nodejs/remark-preset-lint-node/pull/16 PR-URL: https://github.com/nodejs/node/pull/28329 Reviewed-By: Gus Caplan Reviewed-By: Trivikram Kamat Reviewed-By: Tobias Nießen Reviewed-By: Ruben Bridgewater --- doc/guides/contributing/pull-requests.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'doc/guides') 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 -- cgit v1.2.3