From ca39e7f7dea0e63dfa1e6fd2ee3cabc357b2bf10 Mon Sep 17 00:00:00 2001 From: Joel Kuntz Date: Sat, 19 Jul 2014 13:08:24 -0300 Subject: [PATCH] Fix typo --- docs/build-instructions/linux.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/build-instructions/linux.md b/docs/build-instructions/linux.md index 7eb64d6b4..156e6c41d 100644 --- a/docs/build-instructions/linux.md +++ b/docs/build-instructions/linux.md @@ -37,7 +37,7 @@ If you have problems with permissions don't forget to prefix with `sudo` script/grunt mkdeb # Generates a .deb package at $TMPDIR/atom-build, i.e. /tmp/atom-build ``` -To run `atom` and `apm` from a terminal open atom's command pallete `ctrl+shift+p` and run `Window: Install Shell Commands` +To run `atom` and `apm` from a terminal open atom's command palette `ctrl+shift+p` and run `Window: Install Shell Commands` ## Troubleshooting