diff options
author | Pascal Birchler <swissspidy@git.wordpress.org> | 2024-04-12 17:45:23 +0000 |
---|---|---|
committer | Pascal Birchler <swissspidy@git.wordpress.org> | 2024-04-12 17:45:23 +0000 |
commit | 11bc9c9e8c628bff8a0cca3bcd9eff151164548b (patch) | |
tree | c1f232fb6d0b1b2dbf25a74cf02aae55d0e729fb /src/js/_enqueues/wp/customize/controls.js | |
parent | 6366755a315b80604740af329eefa8a1a790ff7b (diff) | |
download | wordpress-11bc9c9e8c628bff8a0cca3bcd9eff151164548b.tar.gz wordpress-11bc9c9e8c628bff8a0cca3bcd9eff151164548b.zip |
Docs: Fix various typos and spelling mistakes.
Props swissspidy, jucaduca, sergeybiryukov.
See #60699.
git-svn-id: https://develop.svn.wordpress.org/trunk@57987 602fd350-edb4-49c9-b593-d223f7449a82
Diffstat (limited to 'src/js/_enqueues/wp/customize/controls.js')
-rw-r--r-- | src/js/_enqueues/wp/customize/controls.js | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/js/_enqueues/wp/customize/controls.js b/src/js/_enqueues/wp/customize/controls.js index 650ac8a161..dbfef020f7 100644 --- a/src/js/_enqueues/wp/customize/controls.js +++ b/src/js/_enqueues/wp/customize/controls.js @@ -1799,7 +1799,7 @@ section.closeDetails(); } else { - // Escape from the inifinite scroll list. + // Escape from the infinite scroll list. section.headerContainer.find( '.customize-themes-section-title' ).focus(); } event.stopPropagation(); // Prevent section from being collapsed. @@ -7199,7 +7199,7 @@ } ) ); /** - * Return whether the pubish settings section should be active. + * Return whether the publish settings section should be active. * * @return {boolean} Is section active. */ |