summaryrefslogtreecommitdiff
path: root/docs/designers/language-variables
diff options
context:
space:
mode:
authorAndrew Dawes <andrewsdawes@gmail.com>2022-10-22 22:08:38 +0200
committerGitHub <noreply@github.com>2022-10-22 22:08:38 +0200
commitf81720941c07c76ad5ee25d0d69682463acb504b (patch)
tree6cdefcf17249942ab008e78ac50ae125e345bd25 /docs/designers/language-variables
parent1ff79c6c38a73253304f761a8b387598d084f11c (diff)
downloadsmarty-f81720941c07c76ad5ee25d0d69682463acb504b.tar.gz
smarty-f81720941c07c76ad5ee25d0d69682463acb504b.tar.bz2
smarty-f81720941c07c76ad5ee25d0d69682463acb504b.zip
Fixed several typos and grammar errors (#821)
Diffstat (limited to 'docs/designers/language-variables')
-rw-r--r--docs/designers/language-variables/language-variables-smarty.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/designers/language-variables/language-variables-smarty.md b/docs/designers/language-variables/language-variables-smarty.md
index f9aa2330..e2949e0e 100644
--- a/docs/designers/language-variables/language-variables-smarty.md
+++ b/docs/designers/language-variables/language-variables-smarty.md
@@ -157,13 +157,13 @@ Returns the version of Smarty the template was compiled with.
----------------------
Returns block text from child template. See [Template
-interitance](#advanced.features.template.inheritance).
+inheritance](#advanced.features.template.inheritance).
{\$smarty.block.parent} {#language.variables.smarty.block.parent}
-----------------------
Returns block text from parent template. See [Template
-interitance](#advanced.features.template.inheritance)
+inheritance](#advanced.features.template.inheritance)
{\$smarty.ldelim}, {\$smarty.rdelim} {#language.variables.smarty.ldelim}
------------------------------------