diff --git a/wp-admin/setup-config.php b/wp-admin/setup-config.php
index 7e06726443..d72c21e2e6 100644
--- a/wp-admin/setup-config.php
+++ b/wp-admin/setup-config.php
@@ -452,7 +452,7 @@ if ( ! /iPad|iPod|iPhone/.test( navigator.userAgent ) ) {
} else {
$wp_config_perms = fileperms( $path_to_wp_config );
if ( ! empty( $wp_config_perms ) && ! is_writable( $path_to_wp_config ) ) {
- $error_message = sprintf(
+ $error_message = sprintf(
/* translators: 1 wp-config.php, 2: Documentation URL. */
__( 'You need to make the file %1$s writable before you can save your changes. See Changing File Permissions for more information.' ),
'wp-config.php
',
diff --git a/wp-includes/version.php b/wp-includes/version.php
index 65c5476f60..27f6b4c99b 100644
--- a/wp-includes/version.php
+++ b/wp-includes/version.php
@@ -13,7 +13,7 @@
*
* @global string $wp_version
*/
-$wp_version = '5.8-alpha-50778';
+$wp_version = '5.8-alpha-50779';
/**
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.