Skip to content

Commit f682f79

Browse files
authored
Corrected 'Description' from 'Descriprion' (#211)
Corrected the spelling of the word 'Description' from 'Descriprion' in the file schemas/ settings/ index.ts
1 parent aeb1732 commit f682f79

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

schemas/settings/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ export default defineType({
2525
name: 'description',
2626
description:
2727
'Used both for the <meta> description tag for SEO, and the blog subheader.',
28-
title: 'Descriprion',
28+
title: 'Description',
2929
type: 'array',
3030
initialValue: demo.description,
3131
of: [

0 commit comments

Comments
 (0)