From 27e6766367bcd34803bab1aeda8167a07e873ca5 Mon Sep 17 00:00:00 2001 From: Sergey Biryukov Date: Mon, 26 Feb 2018 17:51:37 +0000 Subject: [PATCH] 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 --- src/wp-includes/js/customize-selective-refresh.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/wp-includes/js/customize-selective-refresh.js b/src/wp-includes/js/customize-selective-refresh.js index a3d71f76d1..ca72b53187 100644 --- a/src/wp-includes/js/customize-selective-refresh.js +++ b/src/wp-includes/js/customize-selective-refresh.js @@ -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 *