diff --git a/src/Content/OEmbed.php b/src/Content/OEmbed.php index 4304bc91a0..c113110662 100644 --- a/src/Content/OEmbed.php +++ b/src/Content/OEmbed.php @@ -447,7 +447,7 @@ class OEmbed * Generates an XPath query to select elements whose provided attribute contains * the provided value in a space-separated list. * - * @param string $attr Name of the attribute to seach + * @param string $attr Name of the attribute to search * @param string $value Value to search in a space-separated list * @return string */