Skip to content

Commit f2511cf

Browse files
committed
Merge pull request #7127 from herau:fix/spring-boot-docs-thymeleaf
* pr/7127: Fix typo
2 parents 4a34c35 + 2c64661 commit f2511cf

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)