From 56aadc697faca6b82b129c6059ac7f2b5c73001e Mon Sep 17 00:00:00 2001 From: Marc Laporte Date: Wed, 22 Dec 2021 17:01:19 -0500 Subject: [PATCH] Fix a typo in docs (#690) --- docs/features.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/features.md b/docs/features.md index 0c9fee818..8405b46eb 100644 --- a/docs/features.md +++ b/docs/features.md @@ -24,7 +24,7 @@ Some of Smarty's features: easy management of template content. - [Plugin](#plugins) architecture -## Seperation of presentation from application code +## Separation of presentation from application code - This means templates can certainly contain logic under the condition that it is for presentation only. Things such as [including](./designers/language-builtin-functions/language-function-include.md) other templates,