Skip to content

Commit

Permalink
Fixes typo in class PHPDoc comment (#47261)
Browse files Browse the repository at this point in the history
  • Loading branch information
welenofsky authored Jan 19, 2023
1 parent 7965df8 commit 80e7742
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/experimental/fonts-api/class-wp-fonts-provider.php
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
* and how to generate the `@font-face` styles for its service.
*
* It receives a collection of fonts from the Controller
* {@see WP_Fonts_Provider::set_setfonts()}, and when requested
* {@see WP_Fonts_Provider::set_fonts()}, and when requested
* {@see WP_Fonts_Provider::get_css()}, it transforms them
* into styles (in a performant way for the provider service
* it manages).
Expand Down

1 comment on commit 80e7742

@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 80e7742.
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/3958084985
📝 Reported issues:

Please sign in to comment.