spelling: construct

Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
This commit is contained in:
Josh Soref 2023-03-21 23:17:18 -04:00
parent 3ef88a46ad
commit 7f4b6ed7b3
1 changed files with 1 additions and 1 deletions

View File

@ -106,7 +106,7 @@ class Index extends BaseSearch
$search = '#' . trim(rawurldecode($_GET['tag']));
}
// contruct a wrapper for the search header
// construct a wrapper for the search header
$o = Renderer::replaceMacros(Renderer::getMarkupTemplate('content_wrapper.tpl'), [
'name' => 'search-header',
'$title' => DI::l10n()->t('Search'),