From 9b6c76fa9a154e2e40341b39272ee36da1e1bb5d Mon Sep 17 00:00:00 2001 From: Justin Welenofsky Date: Wed, 18 Jan 2023 14:50:50 -0800 Subject: [PATCH] Fixes typo in class PHPDoc comment --- lib/experimental/fonts-api/class-wp-fonts-provider.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/experimental/fonts-api/class-wp-fonts-provider.php b/lib/experimental/fonts-api/class-wp-fonts-provider.php index d969819cc694f3..b59c59d6b8938f 100644 --- a/lib/experimental/fonts-api/class-wp-fonts-provider.php +++ b/lib/experimental/fonts-api/class-wp-fonts-provider.php @@ -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).