From 9581b05603e6ee4e250738c159ed2e67b3fb2eeb Mon Sep 17 00:00:00 2001 From: Josh Soref <2119212+jsoref@users.noreply.github.com> Date: Tue, 21 Mar 2023 23:17:02 -0400 Subject: [PATCH] spelling: cached Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com> --- src/Util/ParseUrl.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Util/ParseUrl.php b/src/Util/ParseUrl.php index d7475e981..338288483 100644 --- a/src/Util/ParseUrl.php +++ b/src/Util/ParseUrl.php @@ -91,7 +91,7 @@ class ParseUrl } /** - * Search for chached embeddable data of an url otherwise fetch it + * Search for cached embeddable data of an url otherwise fetch it * * @param string $url The url of the page which should be scraped * @param bool $do_oembed The false option is used by the function fetch_oembed()