From 9273cca43265f7b74a496cae92510e8e13bab3fb Mon Sep 17 00:00:00 2001
From: danicampora <daniel@wipy.io>
Date: Thu, 22 Oct 2015 00:31:22 +0200
Subject: [PATCH] docs/wipy: Correct typo in safe boot description.

---
 docs/wipy/general.rst | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/docs/wipy/general.rst b/docs/wipy/general.rst
index d8c02de68..3b8ff3d1b 100644
--- a/docs/wipy/general.rst
+++ b/docs/wipy/general.rst
@@ -140,10 +140,10 @@ and the WiPy will proceed to boot. The firmware selection mechanism is as follow
 | | firmware is selected  | | user update selected  | | firmware is selected     |
 +-------------------------+-------------------------+----------------------------+
 
-In any if the above 3 scenarios, safe boot mode is entered, meaning that
+On all of the above 3 scenarios, safe boot mode is entered, meaning that
 the execution of both ``boot.py`` and ``main.py`` is skipped. This is
 useful to recover from crash situations caused by the user scripts. The selection
-made during safe boot is not persistent, meaning that after the next normal reset,
+made during safe boot is not persistent, therefore after the next normal reset
 the latest firmware will run again.
 
 The heartbeat LED
-- 
GitLab