From: Daniel Miller Date: Sat, 31 Mar 2018 22:13:52 +0000 (-0700) Subject: doc: Spelling X-Git-Tag: v3.1-beta1~282^2~5 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=32e090356190593cf3f479b49d49530bd7bf1f4c;p=esp-idf doc: Spelling Merges https://github.com/espressif/esp-idf/pull/1798 --- diff --git a/docs/en/get-started/index.rst b/docs/en/get-started/index.rst index 4c509cdf26..dffffb929f 100644 --- a/docs/en/get-started/index.rst +++ b/docs/en/get-started/index.rst @@ -299,7 +299,7 @@ Updating ESP-IDF After some time of using ESP-IDF, you may want to update it to take advantage of new features or bug fixes. The simplest way to do so is by deleting existing ``esp-idf`` folder and cloning it again, exactly as when doing initial installation described in sections :ref:`get-started-get-esp-idf`. -Another solution is to update only what has changed. This method is useful if you have slow connection to the GiHub. To do the update run the following commands:: +Another solution is to update only what has changed. This method is useful if you have a slow connection to GitHub. To do the update run the following commands:: cd ~/esp/esp-idf git pull