From af8f9f2659a0621efeb3d054a7397551e3d15303 Mon Sep 17 00:00:00 2001 From: Isabel Brison Date: Thu, 21 Sep 2023 00:16:56 +0000 Subject: [PATCH] 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 --- src/wp-includes/style-engine/class-wp-style-engine.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/wp-includes/style-engine/class-wp-style-engine.php b/src/wp-includes/style-engine/class-wp-style-engine.php index 9974c43821..121bac2d92 100644 --- a/src/wp-includes/style-engine/class-wp-style-engine.php +++ b/src/wp-includes/style-engine/class-wp-style-engine.php @@ -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)