浏览代码

Fix Small Typo

propoerty->property
Rob Winch 8 年之前
父节点
当前提交
cf3d6e7167
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      docs/manual/src/docs/asciidoc/index.adoc

+ 1 - 1
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.
 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]
 [source,java]
 ----
 ----