From ef89ad019de977d0b855d5a0b4ebbbe1ec8a2478 Mon Sep 17 00:00:00 2001 From: Radesh Rao Date: Sat, 28 Jun 2014 08:34:19 -0400 Subject: [PATCH] Correct typo in section on using Maven without Boot as the parent Closes #1188 --- spring-boot-docs/src/main/asciidoc/using-spring-boot.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spring-boot-docs/src/main/asciidoc/using-spring-boot.adoc b/spring-boot-docs/src/main/asciidoc/using-spring-boot.adoc index 5682ab6653..57a5c0480b 100644 --- a/spring-boot-docs/src/main/asciidoc/using-spring-boot.adoc +++ b/spring-boot-docs/src/main/asciidoc/using-spring-boot.adoc @@ -66,7 +66,7 @@ If you import additional starters, you can safely omit the version number. [[using-boot-maven-without-a-parent]] ==== Using Spring Boot without the parent POM -No everyone likes inheriting from the `spring-boot-starter-parent` POM. You may have your +Not everyone likes inheriting from the `spring-boot-starter-parent` POM. You may have your own corporate standard parent that you need to use, or you may just prefer to explicitly declare all your Maven configuration.