From af37bb2f78c39c224c995eb57c757c63034a3d9c Mon Sep 17 00:00:00 2001 From: fauxpark Date: Sat, 9 Dec 2017 16:49:07 +1100 Subject: Fix some of the more obvious typos --- docs/getting_started_build_tools.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs/getting_started_build_tools.md') diff --git a/docs/getting_started_build_tools.md b/docs/getting_started_build_tools.md index 2a682032a..cd92ed68a 100644 --- a/docs/getting_started_build_tools.md +++ b/docs/getting_started_build_tools.md @@ -118,7 +118,7 @@ If this is a bit complex for you, Docker might be the turn-key solution you need ```bash # You'll run this every time you want to build a keymap -# modify the keymap and keyboard assigment to compile what you want +# modify the keymap and keyboard assignment to compile what you want # defaults are ergodox/default docker run -e keymap=gwen -e keyboard=ergodox_ez --rm -v $('pwd'):/qmk:rw edasque/qmk_firmware -- cgit v1.2.3-24-g4f1b