Browse Source

DATAMONGO-1508 - Polishing.

Highlight attribute name. Replace tabs with spaces.

Original pull request: #399.
pull/410/merge
Mark Paluch 9 years ago
parent
commit
2bbffed62b
  1. 2
      src/main/asciidoc/reference/mongodb.adoc

2
src/main/asciidoc/reference/mongodb.adoc

@ -387,7 +387,7 @@ You can also provide the host and port for the underlying `com.mongodb.Mongo` in @@ -387,7 +387,7 @@ You can also provide the host and port for the underlying `com.mongodb.Mongo` in
password="secret"/>
----
If your mongodb authentication database differs from the target database, use the authentication-dbname attribute, as shown below.
If your MongoDB authentication database differs from the target database, use the `authentication-dbname` attribute, as shown below.
[source,xml]
----

Loading…
Cancel
Save