aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorShanee Vanstone2018-04-17 13:59:11 +0100
committerDamien George2018-04-20 16:23:55 +1000
commitb5ee3b2f21611b5a420e2ffb4cf2a239806dc763 (patch)
tree881ad2c4a2d43cb07a8f16185998e97eba0e7d75
parent9adfd1464495a24c6359ced2db1bd842752f7a79 (diff)
esp32/README.md: Fix typo readme.
-rw-r--r--ports/esp32/README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/ports/esp32/README.md b/ports/esp32/README.md
index ffd651c45..16855505f 100644
--- a/ports/esp32/README.md
+++ b/ports/esp32/README.md
@@ -64,7 +64,7 @@ the following commands on (at least) Linux:
$ export PATH=$PATH:$HOME/esp/crosstool-NG/builds/xtensa-esp32-elf/bin
-You cam put this command in your `.profile` or `.bash_login`.
+You can put this command in your `.profile` or `.bash_login`.
You then need to set the `ESPIDF` environment/makefile variable to point to
the root of the ESP-IDF repository. You can set the variable in your PATH,