aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorbors[bot] <bors[bot]@users.noreply.github.com>2019-05-30 15:39:20 +0100
committerbors[bot] <bors[bot]@users.noreply.github.com>2019-05-30 15:39:20 +0100
commit29c7cdb25edb0ad5480c108a64a117cf9c318c34 (patch)
treeb601a167d289b9f433f7b3f1b0fbcae3ed43647f
parent3cf841e1bc2bf354c180dc80fb394c0e0a843965 (diff)
parent7c0168ce24830b4fb02d3c6a2ea3284fb66f7a76 (diff)
Merge #1353
1353: Fix typo docs/user/README.md r=matklad a=eminence Co-authored-by: Andrew Chin <[email protected]>
-rw-r--r--docs/user/README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/user/README.md b/docs/user/README.md
index 47fc840f7..af8a99a47 100644
--- a/docs/user/README.md
+++ b/docs/user/README.md
@@ -39,7 +39,7 @@ $ cargo install-code
39The automatic installation is expected to *just work* for common cases, if it 39The automatic installation is expected to *just work* for common cases, if it
40doesn't, report bugs! 40doesn't, report bugs!
41 41
42If you have an usual setup (for example, `code` is not in the `PATH`), you 42If you have an unusual setup (for example, `code` is not in the `PATH`), you
43should adapt these manual installation instructions: 43should adapt these manual installation instructions:
44 44
45``` 45```