Skip to content

Commit 5a56624

Browse files
committed
[#4743] parts -> part - subjective, but this sounds slightly better to me
1 parent e447e70 commit 5a56624

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

book/security.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -655,7 +655,7 @@ There are **two** ways to deny access to something:
655655
Securing URL patterns (access_control)
656656
......................................
657657

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

0 commit comments

Comments
 (0)