wp/wp-includes/rest-api/class-wp-rest-response.php
changeset 19 3d72ae0968f4
parent 18 be944660c56a
child 21 48c4eec2b7e6
--- a/wp/wp-includes/rest-api/class-wp-rest-response.php	Wed Sep 21 18:19:35 2022 +0200
+++ b/wp/wp-includes/rest-api/class-wp-rest-response.php	Tue Sep 27 16:37:53 2022 +0200
@@ -144,7 +144,7 @@
 	 *
 	 * @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() ) {
@@ -278,7 +278,7 @@
 		 * `http://w.org/{rel}` would transform a `http://w.org/term` relation
 		 * into `example:term`.
 		 *
-		 * Well-behaved clients should expand and normalise these back to their
+		 * Well-behaved clients should expand and normalize these back to their
 		 * full URI relation, however some naive clients may not resolve these
 		 * correctly, so adding new CURIEs may break backward compatibility.
 		 *