Skip to content

Commit

Permalink
typo in doc JS file name (#9315)
Browse files Browse the repository at this point in the history
  • Loading branch information
2ndkauboy authored and Soean committed Aug 24, 2018
1 parent de49c3d commit 6ec181d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/extensibility/extending-blocks.md
Original file line number Diff line number Diff line change
Expand Up @@ -186,7 +186,7 @@ wp.hooks.addFilter( 'editor.BlockListBlock', 'my-plugin/with-data-align', withDa
Adding blocks is easy enough, removing them is as easy. Plugin or theme authors have the possibility to "unregister" blocks.

```js
// myp-lugin.js
// my-plugin.js

wp.blocks.unregisterBlockType( 'core/verse' );
```
Expand Down

0 comments on commit 6ec181d

Please sign in to comment.