summaryrefslogtreecommitdiff
path: root/cmake-nRF5x/readme.md
diff options
context:
space:
mode:
authorMark Russell <mruss660@gmail.com>2021-09-16 16:01:25 -0400
committerMark Russell <mruss660@gmail.com>2021-09-16 16:01:25 -0400
commit1d43adcdfa7bd15ba45c0c9d7c59c0ff99176b9c (patch)
treec2fa91e352127c09abd0f9b4959cd1f47d628ea8 /cmake-nRF5x/readme.md
parentf857a757a7184726093a7085cdb3d74b728a22e4 (diff)
Merge upstream
Diffstat (limited to 'cmake-nRF5x/readme.md')
-rwxr-xr-xcmake-nRF5x/readme.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/cmake-nRF5x/readme.md b/cmake-nRF5x/readme.md
index 2ce76892..0127a2e6 100755
--- a/cmake-nRF5x/readme.md
+++ b/cmake-nRF5x/readme.md
@@ -98,7 +98,7 @@ The script makes use of the following tools:
After setup you can use cmake as usual:
-1. Generate the actual build files (out-of-source builds are strongly recomended):
+1. Generate the actual build files (out-of-source builds are strongly recommended):
```commandline
cmake -H. -B"cmake-build" -G "Unix Makefiles"