Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions src/topics/specifying-software-requirements.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Specifying Software Requirements

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

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

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