From c8c093ab6b823b340eb909c96ec3eeb1d1be2e05 Mon Sep 17 00:00:00 2001 From: "Mario A. Alvarez Garcia" Date: Tue, 4 Mar 2014 15:43:53 -0500 Subject: [PATCH 1/2] Update security.rst I'm not a native speaker but I think that it sounds better by adding that before the word `start`. --- book/security.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/book/security.rst b/book/security.rst index 758bd7b3878..9bd0b09fc33 100644 --- a/book/security.rst +++ b/book/security.rst @@ -20,7 +20,7 @@ perform a certain action. .. image:: /images/book/security_authentication_authorization.png :align: center -Since the best way to learn is to see an example, start by securing your +Since the best way to learn is to see an example, let's start by securing your application with HTTP Basic authentication. .. note:: From 1c2abab4783f01e50c1e0313507cc31665d011e3 Mon Sep 17 00:00:00 2001 From: Mario Alberto Date: Thu, 27 Mar 2014 11:52:00 -0400 Subject: [PATCH 2/2] Improved the sentence --- book/security.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/book/security.rst b/book/security.rst index 9bd0b09fc33..56291d9817c 100644 --- a/book/security.rst +++ b/book/security.rst @@ -20,8 +20,8 @@ perform a certain action. .. image:: /images/book/security_authentication_authorization.png :align: center -Since the best way to learn is to see an example, let's start by securing your -application with HTTP Basic authentication. +Since the best way to learn is to see an example, just imagine that you want +to secure your application with HTTP Basic authentication. .. note::