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/caching/caching-groups.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/caching/caching-groups.md')
| -rw-r--r-- | docs/programmers/caching/caching-groups.md | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/programmers/caching/caching-groups.md b/docs/programmers/caching/caching-groups.md index 98e5d45c..7e248b2f 100644 --- a/docs/programmers/caching/caching-groups.md +++ b/docs/programmers/caching/caching-groups.md @@ -25,10 +25,10 @@ like. - You CANNOT remove a specified template name under multiple cache groups such as `'/a/b/*/foo.tpl'`, the cache grouping works left-to-right ONLY. You will need to group your templates under a - single cache group heirarchy to be able to clear them as a group. + single cache group hierarchy to be able to clear them as a group. Cache grouping should not be confused with your template directory -heirarchy, the cache grouping has no knowledge of how your templates are +hierarchy, the cache grouping has no knowledge of how your templates are structured. So for example, if you have a template structure like `themes/blue/index.tpl` and you want to be able to clear all the cache files for the "blue" theme, you will need to create a cache group |
