diff --git a/core/subresources.md b/core/subresources.md index 47bd7de2cd0..97f4ab995e0 100644 --- a/core/subresources.md +++ b/core/subresources.md @@ -339,7 +339,7 @@ In order to use Symfony's built-in security system on subresources the security To restrict the access to a subresource based on the parent object simply use the Symfony expression language as you would do normally, with the exception that the name defined in `toProperty` or `fromProperty` is used to access the object. -Alternatively you can also use the `securityObjectName` to set a custom name +Alternatively you can also use the `securityObjectName` to set a custom name. ```php