Merge pull request #613 from agrueneberg/patch-1

* patch-1:
  Fix type in reference docs
This commit is contained in:
Phillip Webb 2014-03-31 17:45:26 -07:00
commit 2b875a8778
1 changed files with 1 additions and 1 deletions

View File

@ -1296,7 +1296,7 @@ the URL `mongodb://localhost/test`:
}
----
You can set `spring.data.mongodb.url` property to change the `url`, or alternatively
You can set `spring.data.mongodb.uri` property to change the `url`, or alternatively
specify a `host`/`port`. For example, you might declare the following in your
`application.properties`: