diff --git a/DOCUMENTATION.md b/DOCUMENTATION.md index 152258fc..47ecc0dc 100644 --- a/DOCUMENTATION.md +++ b/DOCUMENTATION.md @@ -497,7 +497,7 @@ To do this, you need to create a `TemplateEngine` with the `createPrecompiled` f When using this method you need to deploy the precompiled templates to your server. ```java -Path targetDirectory = Path.of("jte-classes"); // This is the directoy where compiled templates are located. +Path targetDirectory = Path.of("jte-classes"); // This is the directory where compiled templates are located. TemplateEngine templateEngine = TemplateEngine.createPrecompiled(targetDirectory, ContentType.Html); ``` @@ -515,7 +515,7 @@ There is a [Maven plugin](https://github.com/casid/jte-maven-compiler-plugin) yo ${jte.version} src/main/jte - jte-classes + jte-classes Html