From cf3d6e716779c3a7fcb0fba38d3b24cee1c00fa4 Mon Sep 17 00:00:00 2001 From: Rob Winch Date: Mon, 31 Oct 2016 11:31:52 -0500 Subject: [PATCH] Fix Small Typo propoerty->property --- docs/manual/src/docs/asciidoc/index.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/manual/src/docs/asciidoc/index.adoc b/docs/manual/src/docs/asciidoc/index.adoc index 836a53a401..0a05038e48 100644 --- a/docs/manual/src/docs/asciidoc/index.adoc +++ b/docs/manual/src/docs/asciidoc/index.adoc @@ -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] ----