From 2041532111588a4b0e03605d7154876ea4f210d8 Mon Sep 17 00:00:00 2001 From: ggerard Date: Wed, 2 Oct 2013 17:20:50 -0700 Subject: [PATCH] Spelling error: "everypone" --- spring-boot-actuator/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spring-boot-actuator/README.md b/spring-boot-actuator/README.md index a3cabc9886e7..d18a0a0c6802 100644 --- a/spring-boot-actuator/README.md +++ b/spring-boot-actuator/README.md @@ -209,7 +209,7 @@ that is to simply refer to it in an `@Value` annotation, e.g. public class SampleController { @Value("${service.message:Hello World}") - private String value = "Goodbye Everypone" + private String value = "Goodbye Everyone" @RequestMapping("/") @ResponseBody