aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Reed <m.reed@mykolab.com>2015-11-26 16:28:35 -0500
committerMichael Reed <m.reed@mykolab.com>2015-11-26 16:28:35 -0500
commiteea072690bbb9d1e4c5600491bdc12cfcef5ab99 (patch)
tree987158d5475d86f802092e1d36c8863de4854f12
parentd3dbaa321b86bd35e12e759590418e3fbe1929ae (diff)
downloadrneovim-eea072690bbb9d1e4c5600491bdc12cfcef5ab99.tar.gz
rneovim-eea072690bbb9d1e4c5600491bdc12cfcef5ab99.tar.bz2
rneovim-eea072690bbb9d1e4c5600491bdc12cfcef5ab99.zip
CONTRIBUTING.md: Fix broken sentence
-rw-r--r--CONTRIBUTING.md6
1 files changed, 3 insertions, 3 deletions
diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md
index 01105d8379..aa88837290 100644
--- a/CONTRIBUTING.md
+++ b/CONTRIBUTING.md
@@ -27,9 +27,9 @@ If your issue isn't mentioned there:
[Troubleshooting#build-issues][wiki-troubleshooting-build-issues].
- For runtime issues, see
[Troubleshooting#runtime-issues][wiki-troubleshooting-runtime-issues].
- If your issue isn't mentioned there, try to reproduce your it using
- `nvim` with the smallest possible `vimrc` (or none at all via `nvim -u
- NONE`), to rule out bugs in plugins you're using.
+ If your issue isn't mentioned there, try reproducing it using `nvim`
+ with the smallest possible `vimrc` (or none at all via `nvim -u NONE`),
+ to rule out bugs in plugins you're using.
If you're using a plugin manager, comment out your plugins, then add
them back in one by one.