Correct spelling (#4152)

This commit is contained in:
Edward Betts
2021-11-25 17:11:20 +00:00
committed by GitHub
parent e06df124ca
commit 3e93ae8af4
11 changed files with 11 additions and 11 deletions

View File

@ -2,7 +2,7 @@
You may find it desirable to compile nu shell without requiring an OpenSSL installation on your system.
You can do this by runnning:
You can do this by running:
```sh
cargo build --no-default-features --features=rustyline-support
```