summaryrefslogtreecommitdiffhomepage
path: root/docker.html.markdown
diff options
context:
space:
mode:
authorMichael Chen <flamingdescent@gmail.com>2021-02-25 13:10:55 -0500
committerGitHub <noreply@github.com>2021-02-25 13:10:55 -0500
commit39e46cb7ee2933bbd87fb5fbc3410efde2f967aa (patch)
treeb119a532b8a1a15400ab35052c332f7d94e9c6a9 /docker.html.markdown
parentfcc37b081b66b9618673a8c7b18d5f1a8bae7736 (diff)
Fix another typo
Diffstat (limited to 'docker.html.markdown')
-rw-r--r--docker.html.markdown2
1 files changed, 1 insertions, 1 deletions
diff --git a/docker.html.markdown b/docker.html.markdown
index 75f86ec9..1dad267a 100644
--- a/docker.html.markdown
+++ b/docker.html.markdown
@@ -90,7 +90,7 @@ docker ps -a
:: test_container
:: as you can see the name is now what we have specified
-:: retireve logs from a named container
+:: retrieve logs from a named container
docker logs test_container
:: Hello from Docker!
:: This message shows that your installation appears to be working correctly.