You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: spring-restdocs-core/src/main/java/org/springframework/restdocs/templates/mustache/MustacheTemplateEngine.java
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -52,7 +52,7 @@ public MustacheTemplateEngine(TemplateResourceResolver templateResourceResolver)
52
52
53
53
/**
54
54
* 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
56
56
* {@code compiler} to compile them.
57
57
*
58
58
* @param templateResourceResolver the resolver to use
0 commit comments