From b5ee3b2f21611b5a420e2ffb4cf2a239806dc763 Mon Sep 17 00:00:00 2001
From: Shanee Vanstone <shanee@ifnotequal.com>
Date: Tue, 17 Apr 2018 13:59:11 +0100
Subject: [PATCH] esp32/README.md: Fix typo readme.

---
 ports/esp32/README.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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,
-- 
GitLab