Skip to content

Commit

Permalink
Merge pull request #242 from stevetemple/stevetemple-patch-1
Browse files Browse the repository at this point in the history
Fix typo in BlockMigrationPlan name
  • Loading branch information
KevinJump authored Nov 23, 2023
2 parents 6ea75b2 + 4716d7e commit f1e5188
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ public BlockMigrationPlan(SyncMigrationHandlerCollection migrationHandlers)

public int Order => 200;

public string Name => "Convert to Nested Content to BlockLists and Grid to BlockGrid";
public string Name => "Convert Nested Content to BlockList and Grid to BlockGrid";

public string Icon => "icon-brick color-green";

Expand Down

0 comments on commit f1e5188

Please sign in to comment.