From c068424a52af6ec87d9288a6369091945ec614d0 Mon Sep 17 00:00:00 2001 From: JanHoefelmeyer Date: Thu, 17 Aug 2023 15:02:29 +0200 Subject: [PATCH] Typo: describes -> described --- docs/csaf_checker.md | 2 +- docs/csaf_downloader.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/csaf_checker.md b/docs/csaf_checker.md index d0d91402..f555c696 100644 --- a/docs/csaf_checker.md +++ b/docs/csaf_checker.md @@ -120,4 +120,4 @@ To check these advisories, authorization can be given via custom headers or cert The authorization method chosen needs to grant access to all advisories, as otherwise the checker will be unable to check the advisories it doesn't have permission for, falsifying the result. -[^1]: Accepted syntax is describes [here](https://github.com/google/re2/wiki/Syntax). +[^1]: Accepted syntax is described [here](https://github.com/google/re2/wiki/Syntax). diff --git a/docs/csaf_downloader.md b/docs/csaf_downloader.md index f0e80f3e..f2ed4192 100644 --- a/docs/csaf_downloader.md +++ b/docs/csaf_downloader.md @@ -113,4 +113,4 @@ In the config file this has to be noted as: ignorepattern = [".*white.*", ".*red.*"] ``` -[^1]: Accepted syntax is describes [here](https://github.com/google/re2/wiki/Syntax). +[^1]: Accepted syntax is described [here](https://github.com/google/re2/wiki/Syntax).