summaryrefslogtreecommitdiff
path: root/docs/configuration-overview.rst
diff options
context:
space:
mode:
authorRamax Lo <ramaxlo@gmail.com>2019-09-30 15:10:56 +0800
committerRamax Lo <ramaxlo@gmail.com>2019-09-30 16:15:34 +0800
commitcfcd0f040b3dfd2457fbe7f88c4df3f3c5683249 (patch)
tree2ceaa6a906d997a59d6b34609e94771db1d4c8e6 /docs/configuration-overview.rst
parent076f0f139d6b1b63def3c3234a839eb82ca7306d (diff)
downloadvyos-documentation-cfcd0f040b3dfd2457fbe7f88c4df3f3c5683249.tar.gz
vyos-documentation-cfcd0f040b3dfd2457fbe7f88c4df3f3c5683249.zip
Fix typos in pages
Diffstat (limited to 'docs/configuration-overview.rst')
-rw-r--r--docs/configuration-overview.rst6
1 files changed, 3 insertions, 3 deletions
diff --git a/docs/configuration-overview.rst b/docs/configuration-overview.rst
index 5bd80028..3a1014f0 100644
--- a/docs/configuration-overview.rst
+++ b/docs/configuration-overview.rst
@@ -105,7 +105,7 @@ The working configuration is the configuration which is currently being modified
Saved configuration
^^^^^^^^^^^^^^^^^^^
-A saved configuration is a configuration saved to a file using the `save` command. It allowes you to keep safe a configuration for future uses. There can be multiple configuration files. The default or "boot" configuration is saved and loaded from the file config.boot.
+A saved configuration is a configuration saved to a file using the `save` command. It allows you to keep safe a configuration for future uses. There can be multiple configuration files. The default or "boot" configuration is saved and loaded from the file config.boot.
Navigating in Configuration Mode
@@ -206,7 +206,7 @@ Managing the configuration
--------------------------
The configuration is managed by the use of `set` and `delete` commands from within configuration mode.
-Configuration commands are flattend from the tree into 'one-liner' commands shown in `show configuration commands` from operation mode.
+Configuration commands are flattened from the tree into 'one-liner' commands shown in `show configuration commands` from operation mode.
These commands are also relative to the level where they are executed and all redundant information from the current level is removed from the command entered.
@@ -370,7 +370,7 @@ To view existing revisions, use `show system commit` operational mode command.
6 2015-03-25 00:16:47 by vyos via cli
7 2015-03-24 23:43:45 by root via boot-config-loader
-You can compare revisions with `compare X Y` command, where X and Y are revision numbers. The output will describe how the configuration X is when comparted to Y, indicating with a plus sign (**+**) the additional parts X has when compared to y, and indicating with a minus sign (**-**) the lacking parts x misses when compared to y.
+You can compare revisions with `compare X Y` command, where X and Y are revision numbers. The output will describe how the configuration X is when compared to Y, indicating with a plus sign (**+**) the additional parts X has when compared to y, and indicating with a minus sign (**-**) the lacking parts x misses when compared to y.
.. code-block:: sh