From 0f88383409d9591c910132b313e58f0d70bacdf9 Mon Sep 17 00:00:00 2001 From: Tim Gates Date: Thu, 9 Apr 2020 06:19:58 +1000 Subject: [PATCH] docs: Fix simple typo, preceeding -> preceding There is a small typo in docs/syntax.md. Should read `preceding` rather than `preceeding`. --- docs/syntax.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/syntax.md b/docs/syntax.md index 85fb636b..93c5ac59 100644 --- a/docs/syntax.md +++ b/docs/syntax.md @@ -14,7 +14,7 @@ Table of contents - `<%-`: Unescaped output - `<%#`: Comments - `<%`: Scriptlet - - `<%_`: Scriptlet, removes all preceeding whitespace + - `<%_`: Scriptlet, removes all preceding whitespace - Ending tags - `%>`: Regular ending tag - `-%>`: Removes trailing newline