mirror of
https://github.com/nodemcu/nodemcu-firmware.git
synced 2025-01-16 20:52:57 +08:00
Fix spelling
This commit is contained in:
parent
ae8426729d
commit
fb232337e5
@ -340,7 +340,7 @@ Submits a string to the Lua interpreter. Similar to `pcall(loadstring(str))`, bu
|
||||
```lua
|
||||
sk:on("receive", function(conn, payload) node.input(payload) end)
|
||||
```
|
||||
See [the telnet lua module](../lua-modules/telnet.md) for a working
|
||||
See [the Telnet Lua module](../lua-modules/telnet.md) for a working
|
||||
example.
|
||||
|
||||
#### See also
|
||||
@ -421,7 +421,7 @@ Redirects the Lua interpreter to a `stdout` pipe when a CB function is specified
|
||||
|
||||
#### Example
|
||||
|
||||
See [the telnet lua module](../lua-modules/telnet.md) for a working
|
||||
See [the Telnet Lua module](../lua-modules/telnet.md) for a working
|
||||
example.
|
||||
|
||||
#### See also
|
||||
|
Loading…
x
Reference in New Issue
Block a user