From e7ce4df63f174a7e368a0bc76c592fb5fe02357e Mon Sep 17 00:00:00 2001 From: Nate Fischer Date: Wed, 6 Sep 2023 22:28:45 -0700 Subject: [PATCH] docs: fix typo in security policy No change to content. This fixes a missing ')' character. --- .github/SECURITY.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/SECURITY.md b/.github/SECURITY.md index 1496889..4c96dd5 100644 --- a/.github/SECURITY.md +++ b/.github/SECURITY.md @@ -12,7 +12,7 @@ patch releases on top of whatever was most recently shipped. If breaking changes have already landed on the main development branch, I may apply the patch on the relevant release branch (ex. -[`0.8-release`](https://github.com/shelljs/shelljs/commits/0.8-release) and +[`0.8-release`](https://github.com/shelljs/shelljs/commits/0.8-release)) and create a new release from there. ## Reporting a Vulnerability