From 6bdd74287df2694619328d24a84b3eb3d975ef12 Mon Sep 17 00:00:00 2001 From: Amelia Schmidt Date: Fri, 16 Jan 2015 15:29:22 +1100 Subject: [PATCH 1/2] Update security.rst "setup" is a noun. "To set up" is a verb. "To set up" is an action statement, and should not use the noun form. --- book/security.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/book/security.rst b/book/security.rst index ce3e19b3bff..29d45815c0c 100644 --- a/book/security.rst +++ b/book/security.rst @@ -5,7 +5,7 @@ Security ======== Symfony's security system is incredibly powerful, but it can also be confusing -to setup. In this chapter, you'll learn how to setup your application's security +to set up. In this chapter, you'll learn how to setup your application's security step-by-step, from configuring your firewall and how you load users to denying access and fetching the User object. Depending on what you need, sometimes the initial setup can be tough. But once it's done, Symfony's security system From eb72a1c9ddd6dbbc58bf9923a3ca311e6deda407 Mon Sep 17 00:00:00 2001 From: Amelia Schmidt Date: Fri, 16 Jan 2015 15:31:11 +1100 Subject: [PATCH 2/2] Update security.rst similar as above --- book/security.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/book/security.rst b/book/security.rst index 29d45815c0c..0eb3fc4dafe 100644 --- a/book/security.rst +++ b/book/security.rst @@ -5,7 +5,7 @@ Security ======== Symfony's security system is incredibly powerful, but it can also be confusing -to set up. In this chapter, you'll learn how to setup your application's security +to set up. In this chapter, you'll learn how to set up your application's security step-by-step, from configuring your firewall and how you load users to denying access and fetching the User object. Depending on what you need, sometimes the initial setup can be tough. But once it's done, Symfony's security system