Skip to content

Commit

Permalink
More fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
cbravobernal committed Oct 23, 2024
1 parent 830c318 commit 86a9902
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/reference-guides/block-api/block-bindings.md
Original file line number Diff line number Diff line change
Expand Up @@ -222,10 +222,10 @@ There are a few examples in Core that can be used as a reference.
`unregisterBlockBindingsSource` unregisters a block bindings source by providing its name.
```js
import { unregisterBlockBindingsSource } from '@wordpress/blocks';

unregisterBlockBindingsSource( 'plugin/my-custom-source' );
```

0 comments on commit 86a9902

Please sign in to comment.