diff options
author | bors[bot] <bors[bot]@users.noreply.github.com> | 2019-05-30 15:39:20 +0100 |
---|---|---|
committer | bors[bot] <bors[bot]@users.noreply.github.com> | 2019-05-30 15:39:20 +0100 |
commit | 29c7cdb25edb0ad5480c108a64a117cf9c318c34 (patch) | |
tree | b601a167d289b9f433f7b3f1b0fbcae3ed43647f | |
parent | 3cf841e1bc2bf354c180dc80fb394c0e0a843965 (diff) | |
parent | 7c0168ce24830b4fb02d3c6a2ea3284fb66f7a76 (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.md | 2 |
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 | |||
39 | The automatic installation is expected to *just work* for common cases, if it | 39 | The automatic installation is expected to *just work* for common cases, if it |
40 | doesn't, report bugs! | 40 | doesn't, report bugs! |
41 | 41 | ||
42 | If you have an usual setup (for example, `code` is not in the `PATH`), you | 42 | If you have an unusual setup (for example, `code` is not in the `PATH`), you |
43 | should adapt these manual installation instructions: | 43 | should adapt these manual installation instructions: |
44 | 44 | ||
45 | ``` | 45 | ``` |