Skip to content

Commit ebe913b

Browse files
committed
fix: typo on setting name
1 parent 12a6818 commit ebe913b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/format-types/highlight/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -256,7 +256,7 @@ const HighlightButton = props => {
256256
)
257257
}
258258

259-
if ( settings.stackable_enable_toolbar_text_highlight ) {
259+
if ( settings.stackable_enable_text_highlight ) {
260260
registerFormatType(
261261
'stk/highlight', {
262262
title: __( 'Highlight Text', i18n ),

0 commit comments

Comments
 (0)