Commit 18232869 authored by ggerard's avatar ggerard Committed by Dave Syer

Spelling error: "everypone"

parent 0760a4ad
...@@ -209,7 +209,7 @@ that is to simply refer to it in an `@Value` annotation, e.g. ...@@ -209,7 +209,7 @@ that is to simply refer to it in an `@Value` annotation, e.g.
public class SampleController { public class SampleController {
@Value("${service.message:Hello World}") @Value("${service.message:Hello World}")
private String value = "Goodbye Everypone" private String value = "Goodbye Everyone"
@RequestMapping("/") @RequestMapping("/")
@ResponseBody @ResponseBody
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment