Skip to content

Commit 15c4adc

Browse files
Update voters.rst
See symfony#13554 (comment)
1 parent bb0872a commit 15c4adc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

security/voters.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,8 @@ this could look like, if you want to make a route accessible to the "owner" only
2020
throw $this->createAccessDeniedException();
2121
}
2222

23-
In that sense, the following example used throughout this page is more like a
24-
minimal example for voters, rather than a real-world use case.
23+
In that sense, the following example used throughout this page is a minimal
24+
example for voters.
2525

2626
.. tip::
2727

0 commit comments

Comments
 (0)