Fix spelling

This commit is contained in:
Marcel Stör 2022-01-15 01:23:18 +01:00
parent ae8426729d
commit fb232337e5
1 changed files with 2 additions and 2 deletions

View File

@ -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