Skip to content

Commit 76eecc4

Browse files
rdupretchristophstrobl
authored andcommitted
DATAMONGO-2638 - Fix list item rendering in reference documentation.
Original Pull Request: #885
1 parent 1f81806 commit 76eecc4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/asciidoc/reference/mongodb.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ First, you need to set up a running MongoDB server. Refer to the https://docs.mo
2727
To create a Spring project in STS:
2828

2929
. Go to File -> New -> Spring Template Project -> Simple Spring Utility Project, and press Yes when prompted. Then enter a project and a package name, such as `org.spring.mongodb.example`.
30-
.Add the following to the pom.xml files `dependencies` element:
30+
. Add the following to the pom.xml files `dependencies` element:
3131
+
3232
[source,xml,subs="+attributes"]
3333
----

0 commit comments

Comments
 (0)