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

Props Nikschavan.
Fixes #43418.
Built from https://develop.svn.wordpress.org/trunk@42754


git-svn-id: http://core.svn.wordpress.org/trunk@42584 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
Sergey Biryukov 2018-02-26 17:52:31 +00:00
parent 5cde2018ea
commit 3812402cc7
2 changed files with 2 additions and 2 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
*

View File

@ -4,7 +4,7 @@
*
* @global string $wp_version
*/
$wp_version = '5.0-alpha-42753';
$wp_version = '5.0-alpha-42754';
/**
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.