summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorwhyrlpool <26317568+whyrlpool@users.noreply.github.com>2024-07-03 13:54:31 +0100
committerGitHub <noreply@github.com>2024-07-03 13:54:31 +0100
commit63988391efed6c7f193c832abb649f996b8ea33a (patch)
tree3d1dfdb9d044b0fa268bacc1539f29a028a97a8f
parent0731705733409ab91bc9067be13936a35ba8e947 (diff)
downloadvyos-documentation-63988391efed6c7f193c832abb649f996b8ea33a.tar.gz
vyos-documentation-63988391efed6c7f193c832abb649f996b8ea33a.zip
Update cloud-init.rst, typo
Correct spelling of phrase, reference: https://www.scribbr.co.uk/definition/bear-in-mind-meaning/
-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 5cd9bdad..f2ecaa77 100644
--- a/docs/automation/cloud-init.rst
+++ b/docs/automation/cloud-init.rst
@@ -251,7 +251,7 @@ Most important keys that needs to be considered:
* Networking configurations shouldn't be passed in user-data file.
* If no networking configuration is provided, then dhcp client is going to be
- enabled on first interface. Bare in mind that this configuration will be
+ enabled on first interface. Bear in mind that this configuration will be
injected at an OS level, so don't expect to find dhcp client configuration
on vyos cli. Because of this behavior, in next example lab we will disable
dhcp-client configuration on eth0.