diff options
author | Ronald Weber <ronaldxweber@gmail.com> | 2025-02-24 17:34:29 +0100 |
---|---|---|
committer | Damien George <damien@micropython.org> | 2025-02-25 17:07:16 +1100 |
commit | 3f0dd13d931c88a759a779853dfeaee566f0e79a (patch) | |
tree | a979b72a2db0d296e3ab14fe13f555b53a044a3b /docs/esp8266 | |
parent | 5e206fdeb5225ce24efb9411cc879bafaa04b86f (diff) | |
download | micropython-3f0dd13d931c88a759a779853dfeaee566f0e79a.tar.gz micropython-3f0dd13d931c88a759a779853dfeaee566f0e79a.zip |
docs: Fix double 'the' in documentation.
Signed-off-by: Ronald Weber <ronaldxweber@gmail.com>
Diffstat (limited to 'docs/esp8266')
-rw-r--r-- | docs/esp8266/tutorial/repl.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/esp8266/tutorial/repl.rst b/docs/esp8266/tutorial/repl.rst index bc0142aaef..db55d45fac 100644 --- a/docs/esp8266/tutorial/repl.rst +++ b/docs/esp8266/tutorial/repl.rst @@ -38,7 +38,7 @@ browser. The latest versions of Firefox and Chrome are supported. For your convenience, WebREPL client is hosted at `<http://micropython.org/webrepl>`__. Alternatively, you can install it -locally from the the GitHub repository +locally from the GitHub repository `<https://github.com/micropython/webrepl>`__. Before connecting to WebREPL, you should set a password and enable it via |