Explorar o código

Fix typo in last commit #501

Mark Shust %!s(int64=3) %!d(string=hai) anos
pai
achega
c3b3952b79
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      README.md

+ 1 - 1
README.md

@@ -318,7 +318,7 @@ bin/mysqldump > backups/magento.sql
 > ```
 > bin/clinotty mysql -hdb -uroot -pmagento magento < src/backup.sql
 > ```
-> You can also remove the DEFINER lines from the MySQL backu pfile with:
+> You can also remove the DEFINER lines from the MySQL backup file with:
 > ```
 > sed 's/\sDEFINER=`[^`]*`@`[^`]*`//g' -i src/backup.sql
 > ```