浏览代码

Fix typo in last commit #501

Mark Shust 3 年之前
父节点
当前提交
c3b3952b79
共有 1 个文件被更改,包括 1 次插入1 次删除
  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
 > ```