We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 4980d47 + d0d2f7f commit 6276bc7Copy full SHA for 6276bc7
security/access_denied_handler.rst
@@ -10,7 +10,7 @@ to disallow access to the user. Symfony will handle this exception and
10
generates a response based on the authentication state:
11
12
* **If the user is not authenticated** (or authenticated anonymously), an
13
- authentication entry point is used to generated a response (typically
+ authentication entry point is used to generate a response (typically
14
a redirect to the login page or an *401 Unauthorized* response);
15
* **If the user is authenticated, but does not have the required
16
permissions**, a *403 Forbidden* response is generated.
0 commit comments