Skip to content

Commit d67ed5e

Browse files
committed
Roll back camelCase change in 96b6b1e
1 parent 6ae0c48 commit d67ed5e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/block-editor/src/components/global-styles/typography-utils.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@ export function getFluidTypographyOptionsFromSettings( settings ) {
110110
defaultMaxViewportWidth
111111
? {
112112
fluid: {
113-
maxViewportWidth: defaultMaxViewportWidth,
113+
maxViewPortWidth: defaultMaxViewportWidth,
114114
...typographySettings.fluid,
115115
},
116116
}

0 commit comments

Comments
 (0)