Skip to content

Commit

Permalink
Docs: Typo - enqueue to enqueued (#40880)
Browse files Browse the repository at this point in the history
Change "will make sure it is enqueue" to "will make sure it is enqueued"
  • Loading branch information
damiencarbery committed May 6, 2022
1 parent f738d6b commit b53edba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/reference-guides/block-api/block-styles.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:

Expand Down

0 comments on commit b53edba

Please sign in to comment.