Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
Co-authored-by: John Watkins <[email protected]>
  • Loading branch information
pierlon and johnwatkins0 committed Dec 15, 2020
1 parent 14c744f commit a7d809d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ export default createHigherOrderComponent(
status="warning"
isDismissible={ false }
>
{ __( 'This AMP-specific block has been deprecated and will removed in a future version of the AMP plugin.', 'amp' ) }
{ __( 'This AMP-specific block has been deprecated and will be removed in a future version of the AMP plugin.', 'amp' ) }
</Notice>
<BlockEdit { ...props } />
</>
Expand Down

0 comments on commit a7d809d

Please sign in to comment.