From 8a76eeecf6ad112ed54b0af83aaedcac766f0d2c Mon Sep 17 00:00:00 2001
From: Alex Pott <alex.a.pott@googlemail.com>
Date: Tue, 26 Mar 2019 11:30:48 +0000
Subject: [PATCH] Issue #3040562 by sandeepscs: Fix typo in core/INSTALL.txt
 file

---
 core/INSTALL.txt | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/core/INSTALL.txt b/core/INSTALL.txt
index 18510eb989f1..cde552d9bf6a 100644
--- a/core/INSTALL.txt
+++ b/core/INSTALL.txt
@@ -405,7 +405,7 @@ The new directory name is constructed from the site's URL. The configuration
 for www.example.com could be in 'sites/example.com/settings.php' (note that
 'www.' should be omitted if users can access your site at http://example.com/).
 
-  $ cp sites/default/defaults.settings.php sites/example.com/settings.php
+  $ cp sites/default/default.settings.php sites/example.com/settings.php
 
 Sites do not have to have a different domain. You can also use subdomains and
 subdirectories for Drupal sites. For example, example.com, sub.example.com, and
-- 
GitLab