File tree 1 file changed +3
-3
lines changed
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -96,7 +96,7 @@ rustup set profile minimal
96
96
97
97
It's also possible to choose the profile when installing ` rustup ` for the first
98
98
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
100
100
affect newly installed toolchains: as usual it will be possible to install
101
101
individual components later with: ` rustup component add ` .
102
102
@@ -170,7 +170,7 @@ the components you need:
170
170
rustup toolchain install nightly --allow-downgrade --profile minimal --component clippy
171
171
172
172
This can be used to great effect in CI, to get you a toolchain rapidly which meets
173
- your criteria
173
+ your criteria.
174
174
175
175
## How rustup works
176
176
@@ -838,7 +838,7 @@ If `rustup` fails to self-update in this way it's usually because RLS is
838
838
running (your editor is open and running RLS). The solution is to stop RLS (by
839
839
closing your editor) and try again.
840
840
841
- ### rustup exited sucessfully but I can't run ` rustc --version `
841
+ ### rustup exited successfully but I can't run ` rustc --version `
842
842
843
843
To get started you need Cargo's bin directory ({cargo_home}/bin) in your ` PATH `
844
844
environment variable. This should be done by rustup. Next time you log in this should have been done
You can’t perform that action at this time.
0 commit comments