Skip to content

Commit 0db282e

Browse files
authored
Merge pull request #1124 from duffuniverse/fix-typos-in-docs
Fix a few typos in the README. Only doc changes - Think safe to merge.
2 parents a90fc13 + 6c40151 commit 0db282e

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -155,7 +155,7 @@ patched_versions:
155155
* `patched_versions` \[Array\<String\>\] (optional): The version requirements
156156
for the patched versions of the Ruby library.
157157
* `patched_versions version ranges must be quoted (ex: `">= 1.2.3"`).
158-
* Omit `patched_versions:` if you has no patched version identifiers.
158+
* Omit `patched_versions:` if you have no patched version identifiers.
159159
* `related` \[Hash\<Array\<String\>\>\] (optional): Sometimes an advisory
160160
references many urls and other identifiers. Supported keys:
161161
`cve`, `ghsa`, `osvdb`, and `url`
@@ -195,7 +195,7 @@ patched_versions:
195195
* `patched_versions`/`unaffected_versions` version ranges must be quoted
196196
(ex: `">= 1.2.3"`).
197197
* Field `patched_versions`are 2 blanks from left margin.
198-
* Omit patched_versions: if you has no patched version identifiers.
198+
* Omit patched_versions: if you have no patched version identifiers.
199199
* `related` \[Hash\<Array\<String\>\>\] (optional): Sometimes an advisory
200200
references many urls and other identifiers. Supported keys:
201201
`cve`, `ghsa`, `osvdb`, and `url`
@@ -221,7 +221,7 @@ patched_versions:
221221
* Run `rspec spec/schema_validation_spec.rb` for aditional lint checks.
222222
* Check all URLs for dead links.
223223
* If a URL is dead, check if https://web.archive.org has a copy, and link to that.
224-
* Please see the [README](README.md#schema) for more documentation on the YAML Schema.
224+
* Please see the [README](README.md#yaml-schema) for more documentation on the YAML Schema.
225225

226226
## Tests
227227

0 commit comments

Comments
 (0)