diff options
author | Daniil Baturin <daniil@vyos.io> | 2024-02-09 09:30:53 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-02-09 09:30:53 +0000 |
commit | 9e9216768f0fac9a52aaa9ab368fcf11db362187 (patch) | |
tree | 5c9646873fb40470984c3fa6c494b2b439aaf9bf /docs/automation/command-scripting.rst | |
parent | 583988589f60c0d30ece4b7f740aad25622a6fc3 (diff) | |
parent | 227125a387e16331a1fa3ad91e59436c0b7cb4cf (diff) | |
download | vyos-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.rst | 2 |
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 |