Skip to content

Commit

Permalink
✏️ Fix typo in example data
Browse files Browse the repository at this point in the history
  • Loading branch information
dsturm authored Feb 29, 2024
1 parent fe2b7f8 commit e1d40da
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Console/stubs/block.construct.stub
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ class DummyClass extends Block
{
return [
'items' => [
['item' => 'Item onez'],
['item' => 'Item one'],
['item' => 'Item two'],
['item' => 'Item three'],
],
Expand Down

0 comments on commit e1d40da

Please sign in to comment.