| @@ -471,9 +471,9 @@ | ||
| 471 | 471 | |
| 472 | 472 | /** |
| 473 | 473 | * Filter 'wpseo_frontend_presentation' - Allow filtering the presentation used to output our meta values. |
| 474 | 474 | * |
| 475 | - * @param Indexable_Presention $presentation The indexable presentation. | |
| 475 | + * @param Indexable_Presentation $presentation The indexable presentation. | |
| 476 | 476 | * @param Meta_Tags_Context $context The meta tags context for the current page. |
| 477 | 477 | */ |
| 478 | 478 | $presentation = \apply_filters( 'wpseo_frontend_presentation', $context->presentation, $context ); |
| 479 | 479 | |