Skip to content

Commit 6b392a4

Browse files
authored
[FIX] Typo in api-guide/authentication (#8144)
1 parent 8866662 commit 6b392a4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/api-guide/authentication.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ Authentication is the mechanism of associating an incoming request with a set of
1313

1414
REST framework provides several authentication schemes out of the box, and also allows you to implement custom schemes.
1515

16-
Authentication is always run at the very start of the view, before the permission and throttling checks occur, and before any other code is allowed to proceed.
16+
Authentication always runs at the very start of the view, before the permission and throttling checks occur, and before any other code is allowed to proceed.
1717

1818
The `request.user` property will typically be set to an instance of the `contrib.auth` package's `User` class.
1919

0 commit comments

Comments
 (0)