Commit c0dc2960e4 for wordpress.org

commit c0dc2960e44260eadbd7d838ef1ba716d4f924d7
Author: Sergey Biryukov <sergeybiryukov.ru@gmail.com>
Date:   Sun Oct 13 18:49:16 2024 +0000

    Docs: Fix typos in a comment in `wp_default_script_modules()`.

    Follow-up to [59083].

    Props shailu25.
    Fixes #62213.
    Built from https://develop.svn.wordpress.org/trunk@59223


    git-svn-id: http://core.svn.wordpress.org/trunk@58615 1a063a9b-81f0-0310-95a4-ce76da25c4cd

diff --git a/wp-includes/script-modules.php b/wp-includes/script-modules.php
index c5cc6cdab7..31ee51b2a7 100644
--- a/wp-includes/script-modules.php
+++ b/wp-includes/script-modules.php
@@ -154,7 +154,7 @@ function wp_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 ) {
diff --git a/wp-includes/version.php b/wp-includes/version.php
index 10485fcccc..651dcba2ce 100644
--- a/wp-includes/version.php
+++ b/wp-includes/version.php
@@ -16,7 +16,7 @@
  *
  * @global string $wp_version
  */
-$wp_version = '6.7-beta2-59222';
+$wp_version = '6.7-beta2-59223';

 /**
  * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.