Skip to content

Commit

Permalink
Update BlockMigrationPlan.cs
Browse files Browse the repository at this point in the history
Fix Name (contained extra to)
  • Loading branch information
stevetemple authored Nov 20, 2023
1 parent 6ea75b2 commit 4716d7e
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 4716d7e

Please sign in to comment.