Docs: Fix typo in `wp.customize.selectiveRefresh.placements()` description.

Props Nikschavan.
Fixes #43418.

git-svn-id: https://develop.svn.wordpress.org/trunk@42754 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Sergey Biryukov 2018-02-26 17:51:37 +00:00
parent c6d5775840
commit 27e6766367
1 changed files with 1 additions and 1 deletions

View File

@ -245,7 +245,7 @@ wp.customize.selectiveRefresh = ( function( $, api ) {
},
/**
* Find all placements for this partial int he document.
* Find all placements for this partial in the document.
*
* @since 4.5.0
*