From 70f41926ca6e7bebb376c7d841768fe8e560bbe5 Mon Sep 17 00:00:00 2001 From: Kenichi Kamiya Date: Thu, 16 Jun 2022 13:06:54 +0900 Subject: [PATCH] Fix duplicate words in README --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 89196bb..7b85751 100644 --- a/README.md +++ b/README.md @@ -52,7 +52,7 @@ jobs: # Possible values: "critical", "high", "moderate", "low" # fail-on-severity: critical # - # You can only can only include one of these two options: `allow-licenses` and `deny-licences` + # You can only include one of these two options: `allow-licenses` and `deny-licences` # # Possible values: Any `spdx_id` value(s) from https://docs.github.com/en/rest/licenses # allow-licenses: GPL-3.0, BSD-3-Clause, MIT