more typos

This commit is contained in:
Elan Ruusamäe
2015-12-14 23:30:45 +02:00
parent 5c71e35d4f
commit b40684c5d5

View File

@@ -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'