Skip to content

Commit

Permalink
Fix: Typo on BlockListBlock comments.
Browse files Browse the repository at this point in the history
  • Loading branch information
jorgefilipecosta committed Jan 12, 2024
1 parent d6072ce commit f4138c2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/block-editor/src/components/block-list/block.js
Original file line number Diff line number Diff line change
Expand Up @@ -482,7 +482,7 @@ BlockListBlock = compose(
)( BlockListBlock );

// This component provides all the information we need through a single store
// subscription (useSelect mapping). Only the necesssary props are passed down
// subscription (useSelect mapping). Only the necessary props are passed down
// to the BlockListBlock component, which is a filtered component, so these
// props are public API. To avoid adding to the public API, we use a private
// context to pass the rest of the information to the filtered BlockListBlock
Expand Down

0 comments on commit f4138c2

Please sign in to comment.