From edaaf21aa9ef568037345878ef94b60e9d70ac2b Mon Sep 17 00:00:00 2001 From: Giles Knap Date: Wed, 11 Sep 2024 15:37:16 +0100 Subject: [PATCH] typos --- docs/tutorials/launch_example.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/tutorials/launch_example.md b/docs/tutorials/launch_example.md index 65f5feb6..10890ee0 100644 --- a/docs/tutorials/launch_example.md +++ b/docs/tutorials/launch_example.md @@ -16,7 +16,7 @@ See "Start the Podman system service" in [this article](https://www.redhat.com/s If you have a choice, a recent docker version is the preferred option. ::: -The example beamline wiil launch the following set of containers: +The example beamline will launch the following set of containers: - a simulation Area Detector IOC - a simulation Motion IOC - a basic IOC with a sum record @@ -30,7 +30,7 @@ git clone https://github.com/epics-containers/example-services cd example-services # setup some environment variables source ./environment.sh -# lauch the docker compose configuration (with dc alias for docker compose) +# launch the docker compose configuration (with dc alias for docker compose) dc up -d ```