summaryrefslogtreecommitdiff
path: root/docs/programmers/api-functions/api-register-default-plugin-handler.md
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/programmers/api-functions/api-register-default-plugin-handler.md
parent1ff79c6c38a73253304f761a8b387598d084f11c (diff)
downloadsmarty-f81720941c07c76ad5ee25d0d69682463acb504b.tar.gz
smarty-f81720941c07c76ad5ee25d0d69682463acb504b.tar.bz2
smarty-f81720941c07c76ad5ee25d0d69682463acb504b.zip
Fixed several typos and grammar errors (#821)
Diffstat (limited to 'docs/programmers/api-functions/api-register-default-plugin-handler.md')
-rw-r--r--docs/programmers/api-functions/api-register-default-plugin-handler.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/programmers/api-functions/api-register-default-plugin-handler.md b/docs/programmers/api-functions/api-register-default-plugin-handler.md
index 9447d962..03547df7 100644
--- a/docs/programmers/api-functions/api-register-default-plugin-handler.md
+++ b/docs/programmers/api-functions/api-register-default-plugin-handler.md
@@ -18,7 +18,7 @@ not find a definition for a tag otherwise. It uses the following
parameters:
If during compilation Smarty encounters tag which is not defined
-internal, registered or loacted in the plugins folder it tries to
+internal, registered or located in the plugins folder it tries to
resolve it by calling the registered default plugin handler. The handler
may be called several times for same undefined tag looping over valid
plugin types.