diff --git a/book/security.rst b/book/security.rst index 1d1259d5e90..7016c00a5ed 100644 --- a/book/security.rst +++ b/book/security.rst @@ -193,7 +193,7 @@ example, if you use annotations, create something like this:: */ public function adminAction() { - return new Response('Admin page!'); + return new Response('Admin page!'); } }