Fix some typos in 'The Project' section

This commit is contained in:
Héctor Hurtado
2019-11-27 09:09:08 +01:00
parent 4f2c8f3468
commit 65e41405ef
+2 -2
View File
@@ -18,7 +18,7 @@ Scenario
Our organization has an external host that act as a bridget between our Our organization has an external host that act as a bridget between our
intranet an the public Internet. intranet an the public Internet.
**Our goal: We need to check if the the ``Internal Host`` is alive.** **Our goal: We need to check if the the** :samp:`Internal Host` **is alive.**
Limitations and constraints Limitations and constraints
@@ -39,7 +39,7 @@ What options we have?
--------------------- ---------------------
Alter analyzyng the problem and our goal we conclude that is enough Alter analyzyng the problem and our goal we conclude that is enough
**to use a simple ``ping`` to ``Internal Host``.** **to use a simple** :samp:`ping` **to** :samp:`Internal Host`.**
So, the next step is to **analyze how to perform the ping.** So, the next step is to **analyze how to perform the ping.**