From 16652fb59b6bd952797f9506ac8cc69e95a884fd Mon Sep 17 00:00:00 2001 From: Kaitlin Newson Date: Thu, 13 Jun 2024 16:04:15 -0300 Subject: [PATCH] Typo fix in 3.4-release-notebook.md --- dev/release-notebooks/en/3.4-release-notebook.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev/release-notebooks/en/3.4-release-notebook.md b/dev/release-notebooks/en/3.4-release-notebook.md index c7ff7f96db3c..4f33d9f7fddb 100644 --- a/dev/release-notebooks/en/3.4-release-notebook.md +++ b/dev/release-notebooks/en/3.4-release-notebook.md @@ -494,4 +494,4 @@ Use `DB` facade instead of `Capsule` to access Laravel's QueryBuilder: The `Mail` and `SubmissionMail` classes were removed in favor of `Mailables`. Read [Utilities > Email](/dev/documentation/en/utilities-email) to learn more. -Deprecated shims for Smarty2 functions within `PKPTemplatateManager`, including `get_template_vars()` and `register_function()` were removed. Legacy usage should move to Smarty3-compatible functions `PKPTemplateManager::getTemplateVars()` and `PKPTemplateManager::registerPlugin()`. +Deprecated shims for Smarty2 functions within `PKPTemplateManager`, including `get_template_vars()` and `register_function()` were removed. Legacy usage should move to Smarty3-compatible functions `PKPTemplateManager::getTemplateVars()` and `PKPTemplateManager::registerPlugin()`.