mirror of
https://github.com/spring-projects/spring-security.git
synced 2025-05-30 00:32:14 +00:00
Fix Small Typo
propoerty->property
This commit is contained in:
parent
08f0b57243
commit
cf3d6e7167
@ -6958,7 +6958,7 @@ public ModelAndView findMessagesForUser(@AuthenticationPrincipal(expression = "c
|
||||
----
|
||||
|
||||
We can also refer to Beans in our SpEL expressions.
|
||||
For example, the following could be used if we were using JPA to manage our Users and we wanted to modify and save a propoerty on the current user.
|
||||
For example, the following could be used if we were using JPA to manage our Users and we wanted to modify and save a property on the current user.
|
||||
|
||||
[source,java]
|
||||
----
|
||||
|
Loading…
x
Reference in New Issue
Block a user