Correct typo in section on using Maven without Boot as the parent

Closes #1188
This commit is contained in:
Radesh Rao 2014-06-28 08:34:19 -04:00 committed by Andy Wilkinson
parent 075eb9f30c
commit ef89ad019d

View File

@ -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.