From b53edba02f2fa4bf08988b0bdf3db7faad44126d Mon Sep 17 00:00:00 2001 From: Damien Carbery Date: Fri, 6 May 2022 11:57:01 +0100 Subject: [PATCH] Docs: Typo - enqueue to enqueued (#40880) Change "will make sure it is enqueue" to "will make sure it is enqueued" --- docs/reference-guides/block-api/block-styles.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/reference-guides/block-api/block-styles.md b/docs/reference-guides/block-api/block-styles.md index cdeb887e65b490..90b6c06d18f59d 100644 --- a/docs/reference-guides/block-api/block-styles.md +++ b/docs/reference-guides/block-api/block-styles.md @@ -84,7 +84,7 @@ register_block_style( ); ``` -Alternatively, if a stylesheet was already registered which contains the CSS for the block style, it is possible to just pass the stylesheet's handle so `register_block_style` function will make sure it is enqueue. +Alternatively, if a stylesheet was already registered which contains the CSS for the block style, it is possible to just pass the stylesheet's handle so `register_block_style` function will make sure it is enqueued. The following code sample provides an example of this use case: