Editor: fix typo in css_var doc update.

Fixes a type in the doc update in [56630].

Props ramonopoly, audrasjb, costdev.
Fixes #59401.


git-svn-id: https://develop.svn.wordpress.org/trunk@56640 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Isabel Brison
2023-09-21 00:16:56 +00:00
parent 89b97ba137
commit af8f9f2659
@@ -29,7 +29,7 @@ final class WP_Style_Engine {
/**
* Style definitions that contain the instructions to parse/output valid Gutenberg styles from a block's attributes.
*
* For every style definition, the follow properties are valid:
* For every style definition, the following properties are valid:
*
* - classnames => (array) an array of classnames to be returned for block styles. The key is a classname or pattern.
* A value of `true` means the classname should be applied always. Otherwise, a valid CSS property (string)