Skip to content

Commit 72aeed6

Browse files
committed
Merge pull request #208 from Johnny Lim
* gh-208: Fix typo
2 parents cb39af5 + 05f738d commit 72aeed6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

spring-restdocs-core/src/main/java/org/springframework/restdocs/templates/mustache/MustacheTemplateEngine.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ public MustacheTemplateEngine(TemplateResourceResolver templateResourceResolver)
5252

5353
/**
5454
* Creates a new {@code MustacheTemplateEngine} that will use the given
55-
* {@code tempalteResourceResolver} to resolve templates and the given
55+
* {@code templateResourceResolver} to resolve templates and the given
5656
* {@code compiler} to compile them.
5757
*
5858
* @param templateResourceResolver the resolver to use

0 commit comments

Comments
 (0)