From 6c58e3ce10ed507f5fa531778b4b3028b4f61216 Mon Sep 17 00:00:00 2001 From: Alejandro Ismael Silva Date: Tue, 22 Apr 2025 15:45:50 -0300 Subject: [PATCH] Fix typo --- docs/examples.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/examples.rst b/docs/examples.rst index ba76060..1f048d9 100644 --- a/docs/examples.rst +++ b/docs/examples.rst @@ -58,7 +58,7 @@ So far, you launched your first containers using the docker run command. You ran * **docker run** - Run a docker container -* **dcoker pull** - Download the container from Biodocker Hub +* **docker pull** - Download the container from Biodocker Hub * **docker ps** - Lists containers. * **docker logs** - Shows us the standard output of a container. * **docker stop** - Stops running containers.