From cd1259613a5eb7fbc0d6dc91705ce758b73ab919 Mon Sep 17 00:00:00 2001 From: Zach Massia Date: Mon, 28 Dec 2015 00:54:19 -0500 Subject: [PATCH] Fix typo --- docs/ide/emacs.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/ide/emacs.rst b/docs/ide/emacs.rst index e681f72a..bc3f92e6 100644 --- a/docs/ide/emacs.rst +++ b/docs/ide/emacs.rst @@ -62,7 +62,7 @@ There are 4 predefined targets for building. * ``platformio_build`` - Build project without auto-uploading. (``C-c i b``) * ``platformio_upload`` - Build and upload (if no errors). (``C-c i u``) * ``platformio_clean`` - Clean compiled objects. (``C-c i c``) -* ``platformio_update`` - Update installed platforms and libraries. (``C-C i d``) +* ``platformio_update`` - Update installed platforms and libraries. (``C-c i d``) .. warning:: The libraries which are added, installed or used in the project