diff options
| author | Andrew Dawes <andrewsdawes@gmail.com> | 2022-10-22 22:08:38 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-10-22 22:08:38 +0200 |
| commit | f81720941c07c76ad5ee25d0d69682463acb504b (patch) | |
| tree | 6cdefcf17249942ab008e78ac50ae125e345bd25 /docs/programmers/advanced-features/advanced-features-template-settings.md | |
| parent | 1ff79c6c38a73253304f761a8b387598d084f11c (diff) | |
| download | smarty-f81720941c07c76ad5ee25d0d69682463acb504b.tar.gz smarty-f81720941c07c76ad5ee25d0d69682463acb504b.tar.bz2 smarty-f81720941c07c76ad5ee25d0d69682463acb504b.zip | |
Fixed several typos and grammar errors (#821)
Diffstat (limited to 'docs/programmers/advanced-features/advanced-features-template-settings.md')
| -rw-r--r-- | docs/programmers/advanced-features/advanced-features-template-settings.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/programmers/advanced-features/advanced-features-template-settings.md b/docs/programmers/advanced-features/advanced-features-template-settings.md index df1f86a8..b06430ff 100644 --- a/docs/programmers/advanced-features/advanced-features-template-settings.md +++ b/docs/programmers/advanced-features/advanced-features-template-settings.md @@ -8,7 +8,7 @@ Modifications done to the Smarty object will be global for all templates. However the Smarty class variables and functions can be accessed or -called by induvidual template objects. Modification done to a template +called by individual template objects. Modification done to a template object will apply only for that template and its included subtemplates. |
