Skip to content

Commit

Permalink
Spelling error and formatting from WordPress/wordpress-develop#5256 (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
ramonjd authored Sep 20, 2023
1 parent a45acf5 commit c1667ec
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion packages/style-engine/class-wp-style-engine.php
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,9 @@
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)
* to match the incoming value, e.g., "color" to match var:preset|color|somePresetSlug.
Expand Down

1 comment on commit c1667ec

@github-actions
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Flaky tests detected in c1667ec.
Some tests passed with failed attempts. The failures may not be related to this commit but are still reported for visibility. See the documentation for more information.

🔍 Workflow run URL: https://github.com/WordPress/gutenberg/actions/runs/6245411637
📝 Reported issues:

Please sign in to comment.