Skip to content

Commit

Permalink
Docs: Fix typo in sanitize (#16455)
Browse files Browse the repository at this point in the history
  • Loading branch information
Soean authored Jul 8, 2019
1 parent 7de6bf3 commit 65ba28b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/editor/src/utils/url.js
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ export function getWPAdminURL( page, query ) {
/**
* Performs some basic cleanup of a string for use as a post slug
*
* This replicates some of what santize_title() does in WordPress core, but
* This replicates some of what sanitize_title() does in WordPress core, but
* is only designed to approximate what the slug will be.
*
* Converts whitespace, periods, forward slashes and underscores to hyphens.
Expand Down

0 comments on commit 65ba28b

Please sign in to comment.