From ea7b8abeb760f462cfa9b1c2c3874677a7154d9e Mon Sep 17 00:00:00 2001 From: Joshua Lock Date: Wed, 16 Aug 2023 14:50:10 +0100 Subject: [PATCH] impl: fix typo on threats and mitigations page The v1.0 and v1.0-rc2 versions of the page have the same typo: "protects agains" Signed-off-by: Joshua Lock --- docs/spec/v1.0-rc2/threats.md | 2 +- docs/spec/v1.0/threats.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/spec/v1.0-rc2/threats.md b/docs/spec/v1.0-rc2/threats.md index 0f3b14da5..496e23d2a 100644 --- a/docs/spec/v1.0-rc2/threats.md +++ b/docs/spec/v1.0-rc2/threats.md @@ -5,7 +5,7 @@ description: A comprehensive technical analysis of supply chain threats and thei What follows is a comprehensive technical analysis of supply chain threats and their corresponding mitigations in SLSA. For an introduction to the -supply chain threats that SLSA protects agains, see [Supply chain threats]. +supply chain threats that SLSA protects against, see [Supply chain threats]. The examples on this page are meant to: diff --git a/docs/spec/v1.0/threats.md b/docs/spec/v1.0/threats.md index 0e6e7f6a1..f188d5a53 100644 --- a/docs/spec/v1.0/threats.md +++ b/docs/spec/v1.0/threats.md @@ -5,7 +5,7 @@ description: A comprehensive technical analysis of supply chain threats and thei What follows is a comprehensive technical analysis of supply chain threats and their corresponding mitigations in SLSA. For an introduction to the -supply chain threats that SLSA protects agains, see [Supply chain threats]. +supply chain threats that SLSA protects against, see [Supply chain threats]. The examples on this page are meant to: