From 6c40151375dced71da3c344334e3ef3b80d11388 Mon Sep 17 00:00:00 2001 From: Andrey Sobolev Date: Tue, 16 Jun 2026 15:10:56 +0300 Subject: [PATCH] Fix typos in README --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index bfae6c9076..8153ba2150 100644 --- a/README.md +++ b/README.md @@ -155,7 +155,7 @@ patched_versions: * `patched_versions` \[Array\\] (optional): The version requirements for the patched versions of the Ruby library. * `patched_versions version ranges must be quoted (ex: `">= 1.2.3"`). - * Omit `patched_versions:` if you has no patched version identifiers. + * Omit `patched_versions:` if you have no patched version identifiers. * `related` \[Hash\\>\] (optional): Sometimes an advisory references many urls and other identifiers. Supported keys: `cve`, `ghsa`, `osvdb`, and `url` @@ -195,7 +195,7 @@ patched_versions: * `patched_versions`/`unaffected_versions` version ranges must be quoted (ex: `">= 1.2.3"`). * Field `patched_versions`are 2 blanks from left margin. - * Omit patched_versions: if you has no patched version identifiers. + * Omit patched_versions: if you have no patched version identifiers. * `related` \[Hash\\>\] (optional): Sometimes an advisory references many urls and other identifiers. Supported keys: `cve`, `ghsa`, `osvdb`, and `url` @@ -223,7 +223,7 @@ patched_versions: * Run `rspec spec/schema_validation_spec.rb` for aditional lint checks. * Check all URLs for dead links. * If a URL is dead, check if https://web.archive.org has a copy, and link to that. -* Please see the [README](README.md#schema) for more documentation on the YAML Schema. +* Please see the [README](README.md#yaml-schema) for more documentation on the YAML Schema. ## Tests