summaryrefslogtreecommitdiff
path: root/docs/automation
diff options
context:
space:
mode:
authorsrividya0208 <a.srividya@vyos.io>2021-06-30 06:17:12 -0400
committersrividya0208 <a.srividya@vyos.io>2021-06-30 06:17:12 -0400
commitae6a2ba810a19d81cbad5b0da29e791a7b5e411f (patch)
tree2472fefc2063afef7aec56eb8b12321d194743a1 /docs/automation
parent5b5a84606f3eb415cfa0f270a8e6803b5b336ae1 (diff)
downloadvyos-documentation-ae6a2ba810a19d81cbad5b0da29e791a7b5e411f.tar.gz
vyos-documentation-ae6a2ba810a19d81cbad5b0da29e791a7b5e411f.zip
configuration page: corrected spelling and grammatical mistakes
There were minimal grammatical and spelling mistakes in the files which I corrected as documentation proof reading. Also added information about few ipsec vpn parameters.
Diffstat (limited to 'docs/automation')
-rw-r--r--docs/automation/vyos-api.rst6
1 files changed, 3 insertions, 3 deletions
diff --git a/docs/automation/vyos-api.rst b/docs/automation/vyos-api.rst
index 1504a05a..988ff010 100644
--- a/docs/automation/vyos-api.rst
+++ b/docs/automation/vyos-api.rst
@@ -4,7 +4,7 @@
VyOS API
########
-for configuration and enabling the API see :ref:`http-api`
+For configuration and enabling the API see :ref:`http-api`
**************
Authentication
@@ -13,7 +13,7 @@ Authentication
All Endpoint only listen on HTTP POST requests and the API KEY must set as
``key`` in the formdata.
-Below see one example or curl and one for python.
+Below see one example for curl and one for python.
In the following, the documentation is reduced to curl.
.. code-block:: none
@@ -314,4 +314,4 @@ To Load a configuration file.
"success": true,
"data": null,
"error": null
- } \ No newline at end of file
+ }