This commit is contained in:
Johnny Lim
2016-03-04 17:54:01 +09:00
committed by Andy Wilkinson
parent cb39af5163
commit 05f738d12c

View File

@@ -52,7 +52,7 @@ public class MustacheTemplateEngine implements TemplateEngine {
/**
* Creates a new {@code MustacheTemplateEngine} that will use the given
* {@code tempalteResourceResolver} to resolve templates and the given
* {@code templateResourceResolver} to resolve templates and the given
* {@code compiler} to compile them.
*
* @param templateResourceResolver the resolver to use