Skip to content

Commit 2c64661

Browse files
herausnicoll
authored andcommitted
Fix typo
Closes gh-7127
1 parent 4a34c35 commit 2c64661

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

spring-boot-docs/src/main/asciidoc/howto.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1466,7 +1466,7 @@ By default, `spring-boot-starter-thymeleaf` uses Thymeleaf 2.1. If you are using
14661466
<properties>
14671467
<thymeleaf.version>3.0.0.RELEASE</thymeleaf.version>
14681468
<thymeleaf-layout-dialect.version>2.0.3</thymeleaf-layout-dialect.version>
1469-
</dependency>
1469+
</properties>
14701470
----
14711471

14721472
NOTE: if you are managing dependencies yourself, look at `spring-boot-dependencies` for

0 commit comments

Comments
 (0)