Skip to content

Commit 69f6e83

Browse files
committed
fix: typo
1 parent b5dbdfa commit 69f6e83

File tree

1 file changed

+1
-1
lines changed
  • src/components/font-family-control

1 file changed

+1
-1
lines changed

src/components/font-family-control/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ const FontFamilyControl = props => {
4444
id: 'modern-font-stacks',
4545
title: __( 'Modern Font Stacks', i18n ),
4646
options: [
47-
{ label: __( 'System UI', i18n ), value: 'System-Ui' },
47+
{ label: __( 'System UI', i18n ), value: 'System-UI' },
4848
{ label: __( 'Transitional', i18n ), value: 'Transitional' },
4949
{ label: __( 'Old Style', i18n ), value: 'Old-Style' },
5050
{ label: __( 'Humanist', i18n ), value: 'Humanist' },

0 commit comments

Comments
 (0)