Skip to content

Commit ed8cb2a

Browse files
committed
Administration: Fix typo in code documentation in wp/sanitize.js.
Change "Text to have the HTML tags striped out of." to "Text to strip the HTML tags from." Replaces an unclear statement with a typo with a more clear statement. Props joedolson, mukesh27, dhruvang21. Fixes #62851. git-svn-id: https://develop.svn.wordpress.org/trunk@59714 602fd350-edb4-49c9-b593-d223f7449a82
1 parent 557fe1d commit ed8cb2a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/js/_enqueues/wp/sanitize.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
/**
1717
* Strip HTML tags.
1818
*
19-
* @param {string} text Text to have the HTML tags striped out of.
19+
* @param {string} text Text to strip the HTML tags from.
2020
*
2121
* @return Stripped text.
2222
*/

0 commit comments

Comments
 (0)