From 182328697d10445f289ad5656cdf3ee707b9d002 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 a3cabc9886..d18a0a0c68 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