Skip to content

Commit f2966f8

Browse files
authored
Typo: the -> then
1 parent 74ccc20 commit f2966f8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

chapter_09_docker.asciidoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1371,7 +1371,7 @@ ERRO[0000] error waiting for container: context canceled
13711371

13721372
TIP: if you see an error saying: `django.db.utils.OperationalError`: "unable to open database file",
13731373
try stopping the container, `rm -rf src/db.sqlite3`, then re-run the migrate command
1374-
_outside_ the container, and the rebuild and run your image.
1374+
_outside_ the container, and then rebuild and run your image.
13751375

13761376

13771377
And we check the FTs again.

0 commit comments

Comments
 (0)