From 1e0ba8d7e842ddd4f99567a5bc321c424c5ec76a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?H=C3=A9ctor=20Hurtado?= Date: Wed, 27 Nov 2019 10:05:57 +0100 Subject: [PATCH] Fix some typos in 'The Project' section --- docs/source/the_project/quickstart.rst | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/docs/source/the_project/quickstart.rst b/docs/source/the_project/quickstart.rst index 2a45bea..a538b1d 100644 --- a/docs/source/the_project/quickstart.rst +++ b/docs/source/the_project/quickstart.rst @@ -18,13 +18,14 @@ Scenario Our organization has an external host that act as a bridget between our intranet an the public Internet. - **Our goal: We need to check if the the** :samp:`Internal Host` **is alive.** + **Our goal: We need to check if the** :samp:`Internal Host` **is alive.** Limitations and constraints -------------------------- - 1. We **don't want** to **grant access** to the :samp:`External Host` to anybody. + 1. We **don't want** to **grant access** to the :samp:`External Host` to + anybody. 2. We **don't want** to manage VPNs or any similar solutions to access to :samp:`Internal Host` from the Internet. 3. We **want to limit the actions** that an user can perform in our intranet while it is checking if :samp:`Internal Host` is alive. 4. We **want** to use the most standard mechanism. Easy to use and that facilitates the automation.