Skip to content

Commit aaef73c

Browse files
exfriendbestlong
authored andcommitted
fix typo (laradock#1797)
1 parent 8769354 commit aaef73c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

mysql/docker-entrypoint-initdb.d/createdb.sql.example

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# Copy createdb.sql.example to createdb.sql
33
# then uncomment then set database name and username to create you need databases
44
#
5-
# example: .env MYSQL_USER=appuser and need db name is myshop_db
5+
# example: .env MYSQL_USER=appuser and needed db name is myshop_db
66
#
77
# CREATE DATABASE IF NOT EXISTS `myshop_db` ;
88
# GRANT ALL ON `myshop_db`.* TO 'appuser'@'%' ;

0 commit comments

Comments
 (0)