From e301898604ad4c5ddb6ddbb1dfe55bd1571a421e Mon Sep 17 00:00:00 2001 From: erffrfez Date: Wed, 20 May 2020 14:41:49 +0800 Subject: [PATCH] added an s into pasword, to make it password (#13524) --- source/_integrations/vlc_telnet.markdown | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/_integrations/vlc_telnet.markdown b/source/_integrations/vlc_telnet.markdown index 38155b14643..c16c78851c4 100644 --- a/source/_integrations/vlc_telnet.markdown +++ b/source/_integrations/vlc_telnet.markdown @@ -28,7 +28,7 @@ name: description: The name to use in the frontend. required: false type: string -pasword: +password: description: The password to control the VLC through the telnet interface. required: true type: string