From 471628fcef4668cd4c483c039100a646afd1bd53 Mon Sep 17 00:00:00 2001 From: Rafael Ferreira Date: Thu, 24 Nov 2022 09:04:49 -0500 Subject: [PATCH] Typo: directoy -> directory Just a very minor typo --- DOCUMENTATION.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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