Skip to content

Commit 9041e57

Browse files
committed
Fix typo in docblock.
1 parent 9e66262 commit 9041e57

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/wp-includes/html-api/class-wp-html-tag-processor.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2826,7 +2826,7 @@ public function get_tag(): ?string {
28262826
}
28272827

28282828
/**
2829-
* Returns the adjusted tag name for a displaying given tag name, taking
2829+
* Returns the adjusted tag name for displaying a given tag name, taking
28302830
* into account the current parsing context, whether HTML, SVG, or MathML.
28312831
*
28322832
* Use this function when the purpose is displaying or printing HTML tags.

0 commit comments

Comments
 (0)