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).