Merge pull request #9800 from electron/fix-typo

fix typo in linux build instructions
This commit is contained in:
Zeke Sikelianos 2017-06-19 13:20:58 -07:00 committed by GitHub
commit 07d6fd3fe1

View file

@ -129,7 +129,7 @@ $ npm run clean-build
### Error While Loading Shared Libraries: libtinfo.so.5
Prebulit `clang` will try to link to `libtinfo.so.5`. Depending on the host
Prebuilt `clang` will try to link to `libtinfo.so.5`. Depending on the host
architecture, symlink to appropriate `libncurses`:
```bash