Skip to content

Commit 59bf8b2

Browse files
committed
Spell check
1 parent b28aea0 commit 59bf8b2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,9 +23,9 @@ Containers created and their ports (if used) are as follows:
2323
- **composer**
2424
- **artisan**
2525

26-
## Persistant MySQL Storage
26+
## Persistent MySQL Storage
2727

28-
By default, whenever you bring down the docker-compose network, your MySQL data will be removed after the containers are destroyed. If you would like to have persistant data that remains after bringing containers down and back up, do the following:
28+
By default, whenever you bring down the docker-compose network, your MySQL data will be removed after the containers are destroyed. If you would like to have persistent data that remains after bringing containers down and back up, do the following:
2929

3030
1. Create a `mysql` folder in the project root, alongside the `nginx` and `src` folders.
3131
2. Under the mysql service in your `docker-compose.yml` file, add the following lines:

0 commit comments

Comments
 (0)