Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
ellatrix committed Sep 25, 2020
1 parent 0e637c6 commit e22a8dc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion packages/block-editor/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -560,7 +560,7 @@ Undocumented declaration.

<a name="useBlockProps" href="#useBlockProps">#</a> **useBlockProps**

This hook is used to lighly mark an element as a block element. Call this
This hook is used to lightly mark an element as a block element. Call this
hook and pass the returned props to the element to mark as a block. If you
define a ref for the element, it is important to pass the ref to this hook,
which the hooks in turn will pass to the component through the props it
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ import { BlockListBlockContext } from './block';
import ELEMENTS from './block-wrapper-elements';

/**
* This hook is used to lighly mark an element as a block element. Call this
* This hook is used to lightly mark an element as a block element. Call this
* hook and pass the returned props to the element to mark as a block. If you
* define a ref for the element, it is important to pass the ref to this hook,
* which the hooks in turn will pass to the component through the props it
Expand Down

0 comments on commit e22a8dc

Please sign in to comment.