Make WordPress Core

Ticket #43418: fix-typo-js-comment.diff

File fix-typo-js-comment.diff, 496 bytes (added by Nikschavan, 7 years ago)
  • src/wp-includes/js/customize-selective-refresh.js

    diff --git src/wp-includes/js/customize-selective-refresh.js src/wp-includes/js/customize-selective-refresh.js
    index a3d71f76d1..ca72b53187 100644
    wp.customize.selectiveRefresh = ( function( $, api ) { 
    245245                },
    246246
    247247                /**
    248                  * Find all placements for this partial int he document.
     248                 * Find all placements for this partial in the document.
    249249                 *
    250250                 * @since 4.5.0
    251251                 *