summaryrefslogtreecommitdiff
path: root/docs/automation/command-scripting.rst
diff options
context:
space:
mode:
authorDaniil Baturin <daniil@vyos.io>2024-02-09 09:30:53 +0000
committerGitHub <noreply@github.com>2024-02-09 09:30:53 +0000
commit9e9216768f0fac9a52aaa9ab368fcf11db362187 (patch)
tree5c9646873fb40470984c3fa6c494b2b439aaf9bf /docs/automation/command-scripting.rst
parent583988589f60c0d30ece4b7f740aad25622a6fc3 (diff)
parent227125a387e16331a1fa3ad91e59436c0b7cb4cf (diff)
downloadvyos-documentation-9e9216768f0fac9a52aaa9ab368fcf11db362187.tar.gz
vyos-documentation-9e9216768f0fac9a52aaa9ab368fcf11db362187.zip
Merge pull request #1251 from vyos/mergify/bp/sagitta/pr-1247
Fix some spell mistakes (backport #1247)
Diffstat (limited to 'docs/automation/command-scripting.rst')
-rw-r--r--docs/automation/command-scripting.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/automation/command-scripting.rst b/docs/automation/command-scripting.rst
index 64564e5a..aaa60957 100644
--- a/docs/automation/command-scripting.rst
+++ b/docs/automation/command-scripting.rst
@@ -49,7 +49,7 @@ prepended with ``run``, even if you haven't created a session with configure.
Run commands remotely
---------------------
-Sometimes you simply wan't to execute a bunch of op-mode commands via SSH on
+Sometimes you simply want to execute a bunch of op-mode commands via SSH on
a remote VyOS system.
.. code-block:: none