summaryrefslogtreecommitdiff
path: root/COLLABORATOR_GUIDE.md
diff options
context:
space:
mode:
authorNick Schonning <nschonni@gmail.com>2019-08-30 00:10:19 -0400
committerDaniel Bevenius <daniel.bevenius@gmail.com>2019-09-02 07:46:45 +0200
commit61d973affbf37ff4011e387a87b89f8c9984b20e (patch)
tree6d78e34de4142f2fd1c70d7e8f4d8a437eaee521 /COLLABORATOR_GUIDE.md
parentc602b0a4e5df8de90299637aaef65c4cedae30ac (diff)
downloadandroid-node-v8-61d973affbf37ff4011e387a87b89f8c9984b20e.tar.gz
android-node-v8-61d973affbf37ff4011e387a87b89f8c9984b20e.tar.bz2
android-node-v8-61d973affbf37ff4011e387a87b89f8c9984b20e.zip
doc: escape elements swallowed as HTML in markdown
Addresses Markdownlint MD033 issues. Altering changlog should usually be avoided, but they don't render currently. PR-URL: https://github.com/nodejs/node/pull/29374 Reviewed-By: Anna Henningsen <anna@addaleax.net> Reviewed-By: Rich Trott <rtrott@gmail.com> Reviewed-By: Trivikram Kamat <trivikr.dev@gmail.com>
Diffstat (limited to 'COLLABORATOR_GUIDE.md')
-rw-r--r--COLLABORATOR_GUIDE.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/COLLABORATOR_GUIDE.md b/COLLABORATOR_GUIDE.md
index 93e6522e04..d8e0d22fd8 100644
--- a/COLLABORATOR_GUIDE.md
+++ b/COLLABORATOR_GUIDE.md
@@ -587,7 +587,7 @@ $ git push upstream master
Close the pull request with a "Landed in `<commit hash>`" comment. If
your pull request shows the purple merged status then you should still
-add the "Landed in <commit hash>..<commit hash>" comment if you added
+add the "Landed in \<commit hash>..\<commit hash>" comment if you added
more than one commit.
### Troubleshooting