From b3fb0182f5b19b55fedeed3757f4a23a9b1f33d7 Mon Sep 17 00:00:00 2001 From: bamiwoaluko <115556244+bamiwoaluko@users.noreply.github.com> Date: Tue, 18 Oct 2022 17:05:22 +0100 Subject: [PATCH] fixed typos in best-practices.md --- src/topics/best-practices.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/topics/best-practices.md b/src/topics/best-practices.md index fe0d663f..c534ac82 100644 --- a/src/topics/best-practices.md +++ b/src/topics/best-practices.md @@ -8,7 +8,7 @@ all are required. - No `type: string` parameters for names of input or reference files/directories; use `type: File` or `type: Directory` as appropriate. -- A CWL document (in conjunction with any external components like `Dockerfile`s) is software code. +- A CWL document (in conjunction with any external components like `Dockerfile`) is a software code. Workflow developers should be aware that the usual rules of software licensing apply to this document. For example if the workflow is shared publicly, licensing terms have to be clear so that a future user can understand under what conditions they can run the workflow, modify it and/or