From fe5800f8be174050c688418999c01e21f00342de Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Tue, 16 Dec 2014 14:55:15 +0100 Subject: [PATCH] Fix typo --- spring-boot-docs/src/main/asciidoc/spring-boot-features.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spring-boot-docs/src/main/asciidoc/spring-boot-features.adoc b/spring-boot-docs/src/main/asciidoc/spring-boot-features.adoc index bb9368e08f..d158658f2b 100644 --- a/spring-boot-docs/src/main/asciidoc/spring-boot-features.adoc +++ b/spring-boot-docs/src/main/asciidoc/spring-boot-features.adoc @@ -1713,7 +1713,7 @@ several conveniences for working with MongoDB, including the The [[boot-features-connecting-to-mongodb]] ==== Connecting to a MongoDB database You can inject an auto-configured `org.springframework.data.mongodb.MongoDbFactory` to -access Mono databases. By default the instance will attempt to connect to a MongoDB server +access Mongo databases. By default the instance will attempt to connect to a MongoDB server using the URL `mongodb://localhost/test`: [source,java,indent=0]