From b40684c5d5430b1523ab7d6593840dab78e37a0d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Elan=20Ruusam=C3=A4e?= Date: Mon, 14 Dec 2015 23:30:45 +0200 Subject: [PATCH] more typos --- NEW_FEATURES.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/NEW_FEATURES.txt b/NEW_FEATURES.txt index 0793c5ad..a5a155c2 100644 --- a/NEW_FEATURES.txt +++ b/NEW_FEATURES.txt @@ -21,7 +21,7 @@ Smarty 3.1.28 fetch() and display() ===================== The fetch() and display() methods of the template object accept now optionally the same parameter - as the corresponding Smarty methods to get tne content of another template. + as the corresponding Smarty methods to get the content of another template. Example: $template->display(); Does display template of template object $template->display('foo.tpl'); Does display template 'foo.bar'