소스 검색

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
 > ```