Skip to content
This repository was archived by the owner on Sep 15, 2025. It is now read-only.

Commit fbb2625

Browse files
author
Gerardo
committed
Fix typo
1 parent 70264f8 commit fbb2625

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

WordPressKit/RemoteBlockEditorSettings.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ public class RemoteBlockEditorSettings: Codable {
55
case isFSETheme = "__unstableEnableFullSiteEditingBlocks"
66
case galleryWithImageBlocks = "__unstableGalleryWithImageBlocks"
77
case quoteBlockV2 = "__experimentalEnableQuoteBlockV2"
8-
case listBlockV2 = "__experimentalEnablelistBlockV2"
8+
case listBlockV2 = "__experimentalEnableListBlockV2"
99
case rawStyles = "__experimentalStyles"
1010
case rawFeatures = "__experimentalFeatures"
1111
case colors

0 commit comments

Comments
 (0)