Skip to content

Commit 29b7e86

Browse files
authored
Merge branch 'main' into improve-introduction
2 parents d4f7030 + 613b021 commit 29b7e86

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/topics/specifying-software-requirements.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Specifying Software Requirements
22

3-
Often tool descriptions will be written for a specific version of a software. To
3+
Often, tool descriptions will be written for a specific version of a software. To
44
make it easier for others to use your descriptions, you can include a
55
`SoftwareRequirement` field in the `hints` section.
66
This may also help to avoid confusion about which version of a tool the
@@ -23,7 +23,7 @@ hints:
2323
```
2424

2525
Depending on your CWL runner, these hints may be used to check
26-
that required software is installed and available before the job is run. To enable
26+
that the required software is installed and available before the job is run. To enable
2727
these checks with the reference implementation, use the [dependency resolvers configuration][dependencies].
2828

2929
As well as a version number, a unique resource identifier (URI) for the tool is

0 commit comments

Comments
 (0)