Merge pull request #4635 from kazuki43zoo/fix-typo-on-doc

* pr/4635:
  Fix typo in reference doc
This commit is contained in:
Stephane Nicoll 2015-11-28 09:22:45 +01:00
commit afd38c7a35
1 changed files with 2 additions and 2 deletions

View File

@ -93,7 +93,7 @@ If you import additional starters, you can safely omit the version number.
With that setup, you can also override individual dependencies by overriding a property
in your own project. For instance, to upgrade to another Spring Data release train you'd
add the following to your `pom.xml
add the following to your `pom.xml`.
[source,xml,indent=0,subs="verbatim,quotes,attributes"]
----
@ -137,7 +137,7 @@ That setup does not allow you to override individual dependencies using a proper
explained above. To achieve the same result, you'd need to add an entry in the
`dependencyManagement` of your project **before** the `spring-boot-dependencies`
entry. For instance, to upgrade to another Spring Data release train you'd add the
following to your `pom.xml
following to your `pom.xml`.
[source,xml,indent=0,subs="verbatim,quotes,attributes"]
----