From 081a302d7c84f8068b72f9a2fe0257cf42490f52 Mon Sep 17 00:00:00 2001 From: Alex Brims Date: Wed, 6 Sep 2017 10:14:13 +0100 Subject: [PATCH] Moved the commas in the opening paragraph. The run-on "you load users to denying access" was confusing. --- security.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/security.rst b/security.rst index ef4a5a091b8..8f4567fabaa 100644 --- a/security.rst +++ b/security.rst @@ -5,8 +5,8 @@ Security ======== Symfony's security system is incredibly powerful, but it can also be confusing -to set up. In this article, 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 +to set up. In this article 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 is both flexible and (hopefully) fun to work with.