Fix copy/paste error in documentation

This commit is contained in:
Phillip Webb 2016-04-12 20:06:35 -07:00
parent dacf0f9826
commit 2d71b08eef
1 changed files with 1 additions and 1 deletions

View File

@ -3064,7 +3064,7 @@ You can take full control of the configuration by adding a
`org.neo4j.ogm.config.Configuration` `@Bean` of your own. Also, adding a `@Bean` of type
`Neo4jOperations` disables the auto-configuration.
You can configure the user and credentials to use via the `spring.data.couchbase.*`
You can configure the user and credentials to use via the `spring.data.neo4j.*`
properties:
[source,properties,indent=0]