From e78b542ebc32bd56e6fea6d7d812e85fdc87a44c Mon Sep 17 00:00:00 2001 From: Joachim Damsgaard Date: Wed, 11 Dec 2024 19:12:48 +0100 Subject: [PATCH] docs: fix typo (#9886) Unfinished value string in documentation example --- docs/admin/metadata.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/admin/metadata.mdx b/docs/admin/metadata.mdx index 2e738c9e8ec..d1c06549057 100644 --- a/docs/admin/metadata.mdx +++ b/docs/admin/metadata.mdx @@ -184,7 +184,7 @@ export const MyGlobal: GlobalConfig = { meta: { // highlight-end title: 'My Global', - description: 'The best + description: 'The best admin panel in the world', }, }, }