Skip to content

Commit af4646f

Browse files
authored
Merge pull request #2404 from mkontani/fix/doc-typos
docs: Fix some typos
2 parents 995002f + bf895a3 commit af4646f

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ rustup set profile minimal
9696

9797
It's also possible to choose the profile when installing `rustup` for the first
9898
time, either interactively by choosing the "Customize installation" option or
99-
programmaticaly by passing the `--profile=<name>` flag. Profiles will only
99+
programmatically by passing the `--profile=<name>` flag. Profiles will only
100100
affect newly installed toolchains: as usual it will be possible to install
101101
individual components later with: `rustup component add`.
102102

@@ -170,7 +170,7 @@ the components you need:
170170
rustup toolchain install nightly --allow-downgrade --profile minimal --component clippy
171171

172172
This can be used to great effect in CI, to get you a toolchain rapidly which meets
173-
your criteria
173+
your criteria.
174174

175175
## How rustup works
176176

@@ -838,7 +838,7 @@ If `rustup` fails to self-update in this way it's usually because RLS is
838838
running (your editor is open and running RLS). The solution is to stop RLS (by
839839
closing your editor) and try again.
840840

841-
### rustup exited sucessfully but I can't run `rustc --version`
841+
### rustup exited successfully but I can't run `rustc --version`
842842

843843
To get started you need Cargo's bin directory ({cargo_home}/bin) in your `PATH`
844844
environment variable. This should be done by rustup. Next time you log in this should have been done

0 commit comments

Comments
 (0)