From 19a0b671df5b1853a4b46e44ca444b03182f5f5b Mon Sep 17 00:00:00 2001 From: Fabrice Brito Date: Wed, 1 Nov 2023 19:21:55 +0100 Subject: [PATCH] typo --- docs/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/index.md b/docs/index.md index 3e847df..1e2ba1e 100644 --- a/docs/index.md +++ b/docs/index.md @@ -19,7 +19,7 @@ When developers package and EO, they are in fact packaging their own software, w To achieve this, developers follow the steps described below. * Prepare one or more container images containing the execution dependencies of the software. -* Prepare the CWL CommandLineTool document(s) wrapping the command line tool available container(s). +* Prepare the CWL CommandLineTool document(s) wrapping the command line tool available in container(s). * Prepare the CWL Workflow orchestrating CWL CommandLineTool document(s) wrapping the command line tool available container(s). * Test the application package in one or more execution scenarios.