From 32e090356190593cf3f479b49d49530bd7bf1f4c Mon Sep 17 00:00:00 2001 From: Daniel Miller Date: Sat, 31 Mar 2018 15:13:52 -0700 Subject: [PATCH] doc: Spelling Merges https://github.com/espressif/esp-idf/pull/1798 --- docs/en/get-started/index.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/en/get-started/index.rst b/docs/en/get-started/index.rst index 4c509cdf2..dffffb929 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