diff --git a/src/wp-admin/setup-config.php b/src/wp-admin/setup-config.php
index 7e06726443..d72c21e2e6 100644
--- a/src/wp-admin/setup-config.php
+++ b/src/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',