From d9b10a7bdb72c9c2960a1bd4d20a1fde08c89321 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marcel=20St=C3=B6r?= Date: Tue, 11 Oct 2016 08:05:42 +0900 Subject: [PATCH] Fix typo --- docs/en/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/en/index.md b/docs/en/index.md index c8731c50..8000df91 100644 --- a/docs/en/index.md +++ b/docs/en/index.md @@ -44,7 +44,7 @@ print(gpio.read(pin)) ``` ## Getting Started -1. [Build the firmeware](build.md) with the modules you need. +1. [Build the firmware](build.md) with the modules you need. 1. [Flash the firmware](flash.md) to the chip. 1. [Upload code](upload.md) to the firmware.