Skip to content

Commit 716edbe

Browse files
authored
Fixed Typo
1 parent 3ab2928 commit 716edbe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docker/tutorials/tutorial-persist-data-layer-docker-app-with-vscode.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ The files created in one container aren't available in another.
6666
cat /data.txt
6767
```
6868

69-
The terminal shows a number between 1 and 1000.
69+
The terminal shows a number between 1 and 10000.
7070

7171
To use the command line to see this result, get the container ID by using the `docker ps` command, and run the following command.
7272

0 commit comments

Comments
 (0)