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.