From fb232337e51cc0eab189ad121b9f2589cbc16547 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marcel=20St=C3=B6r?= Date: Sat, 15 Jan 2022 01:23:18 +0100 Subject: [PATCH] Fix spelling --- docs/modules/node.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/modules/node.md b/docs/modules/node.md index 024fa358..548a1264 100644 --- a/docs/modules/node.md +++ b/docs/modules/node.md @@ -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