Skip to content

Commit 7865d2d

Browse files
authored
Fix typo in security.md (#1768)
Original: It means *than* for `PUT` or `PATCH` requests, ... Fixed: It means *that* for `PUT` or `PATCH` requests
1 parent 88ee77b commit 7865d2d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

core/security.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@ Available variables are:
111111
* `request` (only at the resource level): the current request
112112

113113
Access control checks in the `security` attribute are always executed before the [denormalization step](serialization.md).
114-
It means than for `PUT` or `PATCH` requests, `object` doesn't contain the value submitted by the user, but values currently stored in [the persistence layer](data-persisters.md).
114+
It means that for `PUT` or `PATCH` requests, `object` doesn't contain the value submitted by the user, but values currently stored in [the persistence layer](data-persisters.md).
115115

116116
## Executing Access Control Rules After Denormalization
117117

0 commit comments

Comments
 (0)