Skip to content

Commit

Permalink
[#4743] parts -> part - subjective, but this sounds slightly better t…
Browse files Browse the repository at this point in the history
…o me
  • Loading branch information
weaverryan committed Jan 3, 2015
1 parent e447e70 commit 5a56624
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion book/security.rst
Expand Up @@ -655,7 +655,7 @@ There are **two** ways to deny access to something:
Securing URL patterns (access_control)
......................................

The most basic way to secure parts of your application is to secure an entire
The most basic way to secure part of your application is to secure an entire
URL pattern. You saw this earlier, where anything matching the regular expression
``^/admin`` requires the ``ROLE_ADMIN`` role:

Expand Down

0 comments on commit 5a56624

Please sign in to comment.