summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorpatkarcarasent <143094465+patkarcarasent@users.noreply.github.com>2024-05-06 08:31:31 +0200
committerGitHub <noreply@github.com>2024-05-06 08:31:31 +0200
commita60de82f58745375b697f190c02135fea433bd76 (patch)
tree46ece50cc60f2cc79a3b51b3a14f401351f15a3f
parentf97e0374fbdaff7cf200ba47858e4e6fc25cda43 (diff)
downloadvyos-documentation-a60de82f58745375b697f190c02135fea433bd76.tar.gz
vyos-documentation-a60de82f58745375b697f190c02135fea433bd76.zip
Update cloud-init.rst
fixed spelling error
-rw-r--r--docs/automation/cloud-init.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/automation/cloud-init.rst b/docs/automation/cloud-init.rst
index 354abd05..20b6dc49 100644
--- a/docs/automation/cloud-init.rst
+++ b/docs/automation/cloud-init.rst
@@ -159,7 +159,7 @@ obtained from the EC2 metadata service.
Please observe that the same configuration pitfall described in :ref:`command-scripting`
exists here when running ``configure`` in any context as without user group
'vyattacfg' will cause the error message ``Set failed`` to appear.
-We therefor need to wrap it and have the script re-execute itself with the correct
+We therefore need to wrap it and have the script re-execute itself with the correct
group permissions.
.. code-block:: yaml