From 86a9902d17e08940b097ab200702c56e2d246551 Mon Sep 17 00:00:00 2001 From: Carlos Bravo <37012961+cbravobernal@users.noreply.github.com> Date: Wed, 23 Oct 2024 21:02:52 +0200 Subject: [PATCH] More fixes --- docs/reference-guides/block-api/block-bindings.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/reference-guides/block-api/block-bindings.md b/docs/reference-guides/block-api/block-bindings.md index b7855937ad6ac..afac0139509ce 100644 --- a/docs/reference-guides/block-api/block-bindings.md +++ b/docs/reference-guides/block-api/block-bindings.md @@ -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' ); ``` +