diff options
author | Damien George <damien.p.george@gmail.com> | 2017-06-26 15:12:48 +1000 |
---|---|---|
committer | Damien George <damien.p.george@gmail.com> | 2017-06-26 15:12:48 +1000 |
commit | 0a54b6dce9dcc1cace74359ea07ff4e15a1834c4 (patch) | |
tree | e493e8f33e90477da6de2cb94fd846364374a0e2 /docs/esp8266/tutorial | |
parent | caa132a236f12380dfa673adf8f9bdad0051f799 (diff) | |
download | micropython-0a54b6dce9dcc1cace74359ea07ff4e15a1834c4.tar.gz micropython-0a54b6dce9dcc1cace74359ea07ff4e15a1834c4.zip |
docs/esp8266/tutorial/intro: Fix some grammatical typos.
Diffstat (limited to 'docs/esp8266/tutorial')
-rw-r--r-- | docs/esp8266/tutorial/intro.rst | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/esp8266/tutorial/intro.rst b/docs/esp8266/tutorial/intro.rst index c4c272ca5a..711db3fceb 100644 --- a/docs/esp8266/tutorial/intro.rst +++ b/docs/esp8266/tutorial/intro.rst @@ -50,8 +50,8 @@ From here, you have 3 main choices * Daily firmware builds for 1024kb modules and above. * Daily firmware builds for 512kb modules. -If you just start with MicroPython, the best bet is to go for the Stable -firmware builds. If you are advanced, experienced MicroPython ESP8266 user +If you are just starting with MicroPython, the best bet is to go for the Stable +firmware builds. If you are an advanced, experienced MicroPython ESP8266 user who would like to follow development closely and help with testing new features, there are daily builds (note: you actually may need some development experience, e.g. being ready to follow git history to know |