From 57d81f6961bfab99ba4d860ee107c70b50411ece Mon Sep 17 00:00:00 2001 From: Zeke Sikelianos Date: Mon, 19 Jun 2017 08:45:06 -0700 Subject: [PATCH] fix typo in linux build instructions --- docs/development/build-instructions-linux.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/development/build-instructions-linux.md b/docs/development/build-instructions-linux.md index e6b5004bf28..580af80f546 100644 --- a/docs/development/build-instructions-linux.md +++ b/docs/development/build-instructions-linux.md @@ -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