diff --git a/src/wp-includes/SimplePie/src/Item.php b/src/wp-includes/SimplePie/src/Item.php index c2f7460c6106e..3a452b1bcb91a 100644 --- a/src/wp-includes/SimplePie/src/Item.php +++ b/src/wp-includes/SimplePie/src/Item.php @@ -461,7 +461,7 @@ public function get_author(int $key = 0) * Get a contributor for the item * * @since 1.1 - * @param int $key The contrbutor that you want to return. Remember that arrays begin with 0, not 1 + * @param int $key The contributor that you want to return. Remember that arrays begin with 0, not 1 * @return \SimplePie\Author|null */ public function get_contributor(int $key = 0)