Skip to content

Commit

Permalink
Updated several typos in client-assets.php file (WordPress#66084)
Browse files Browse the repository at this point in the history
* Updated several typos in client-assets.php file

* updated in backport changelog

* moved changelog file in 6.7 folder
---------

Co-authored-by: shail-mehta <[email protected]>
Co-authored-by: mukeshpanchal27 <[email protected]>
Co-authored-by: t-hamano <[email protected]>
  • Loading branch information
4 people authored Oct 16, 2024
1 parent cd8d4dc commit 0ee8ce4
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions backport-changelog/6.7/7561.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
https://github.com/WordPress/wordpress-develop/pull/7561

* https://github.com/WordPress/gutenberg/pull/66084
2 changes: 1 addition & 1 deletion lib/client-assets.php
Original file line number Diff line number Diff line change
Expand Up @@ -630,7 +630,7 @@ function gutenberg_default_script_modules() {
switch ( $script_module_id ) {
/*
* Interactivity exposes two entrypoints, "/index" and "/debug".
* "/debug" should replalce "/index" in devlopment.
* "/debug" should replace "/index" in development.
*/
case '@wordpress/interactivity/debug':
if ( ! SCRIPT_DEBUG ) {
Expand Down

0 comments on commit 0ee8ce4

Please sign in to comment.