From bdfa786d88984f96b262bbe66f166b10808de2e3 Mon Sep 17 00:00:00 2001 From: Jb Audras Date: Fri, 14 Jan 2022 21:13:09 +0000 Subject: [PATCH] Docs: Typo correction in `WP_REST_Response` class docblocks. Follow-up to [34928]. Props kebbet. Fixes #54823. git-svn-id: https://develop.svn.wordpress.org/trunk@52578 602fd350-edb4-49c9-b593-d223f7449a82 --- src/wp-includes/rest-api/class-wp-rest-response.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/wp-includes/rest-api/class-wp-rest-response.php b/src/wp-includes/rest-api/class-wp-rest-response.php index 846b55f32c..8222749a8f 100644 --- a/src/wp-includes/rest-api/class-wp-rest-response.php +++ b/src/wp-includes/rest-api/class-wp-rest-response.php @@ -144,7 +144,7 @@ class WP_REST_Response extends WP_HTTP_Response { * * @param string $rel Link relation. Either an IANA registered type, or an absolute URL. * @param string $link Target IRI for the link. - * @param array $other Optional. Other parameters to send, as an assocative array. + * @param array $other Optional. Other parameters to send, as an associative array. * Default empty array. */ public function link_header( $rel, $link, $other = array() ) {