mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2026-08-12 12:50:28 +00:00
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:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user