Skip to content

Commit 639229b

Browse files
mccallucmr-c
authored andcommitted
typos in README (#802)
1 parent 321949b commit 639229b

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

README.rst

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ CWL conformance tests: |Conformance Status| |Linux Status| |Windows Status| |Cov
1818
:target: https://codecov.io/gh/common-workflow-language/cwltool
1919

2020
This is the reference implementation of the Common Workflow Language. It is
21-
intended to feature complete and provide comprehensive validation of CWL
21+
intended to be feature complete and provide comprehensive validation of CWL
2222
files as well as provide other tools related to working with CWL.
2323

2424
This is written and tested for `Python <https://www.python.org/>`_ ``2.7 and 3.x {x = 4, 5, 6}``
@@ -113,7 +113,7 @@ the default cwl-runner use::
113113

114114
Use with boot2docker
115115
--------------------
116-
boot2docker is running docker inside a virtual machine and it only mounts ``Users``
116+
boot2docker runs Docker inside a virtual machine and it only mounts ``Users``
117117
on it. The default behavior of CWL is to create temporary directories under e.g.
118118
``/Var`` which is not accessible to Docker containers.
119119

@@ -126,7 +126,7 @@ Using user-space replacements for Docker
126126
----------------------------------------
127127

128128
Some shared computing environments don't support Docker software containers for technical or policy reasons.
129-
As a work around, the CWL reference runner supports using a alternative ``docker`` implementations on Linux
129+
As a work around, the CWL reference runner supports using alternative ``docker`` implementations on Linux
130130
with the ``--user-space-docker-cmd`` option.
131131

132132
One such "user space" friendly docker replacement is ``udocker`` https://github.com/indigo-dc/udocker and another
@@ -176,7 +176,7 @@ Use with GA4GH Tool Registry API
176176

177177
Cwltool can launch tools directly from `GA4GH Tool Registry API`_ endpoints.
178178

179-
By default, cwltool searches https://dockstore.org/ . Use --add-tool-registry to add other registries to the search path.
179+
By default, cwltool searches https://dockstore.org/ . Use ``--add-tool-registry`` to add other registries to the search path.
180180

181181
For example ::
182182

@@ -229,7 +229,7 @@ installing cwltool. For instance::
229229

230230
Installing cwltool in this fashion enables several new command line options.
231231
The most general of these options is ``--beta-dependency-resolvers-configuration``.
232-
This option allows one to specify a dependency resolvers configuration file.
232+
This option allows one to specify a dependency resolver's configuration file.
233233
This file may be specified as either XML or YAML and very simply describes various
234234
plugins to enable to "resolve" ``SoftwareRequirement`` dependencies.
235235

0 commit comments

Comments
 (0)