From eece91cc06bb3a0c01eed8ed11afecc543486878 Mon Sep 17 00:00:00 2001 From: Kevin Bond Date: Sat, 9 Nov 2024 09:26:22 -0500 Subject: [PATCH] [Site] fix typo on cookbook index --- ux.symfony.com/templates/cookbook/index.html.twig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ux.symfony.com/templates/cookbook/index.html.twig b/ux.symfony.com/templates/cookbook/index.html.twig index 2a18a9f36ac..a15a44139c7 100644 --- a/ux.symfony.com/templates/cookbook/index.html.twig +++ b/ux.symfony.com/templates/cookbook/index.html.twig @@ -3,7 +3,7 @@ {% set meta = { title: 'Cookbook', title_suffix: ' - Symfony UX', - description: 'Symfony UX cookbook - Concrete exeample to understantd all the concepts and components of Symfony UX', + description: 'Symfony UX Cookbook - Concrete examples to understantd all the concepts and components of Symfony UX.', canonical: url('app_cookbook'), } %}