From 0bf6ddb51db0e4293c857b54bcfef7b7781370b9 Mon Sep 17 00:00:00 2001 From: Tim Cappalli Date: Thu, 14 Nov 2024 06:22:16 +0900 Subject: [PATCH] Small tweak to PR template Adds missing close paren --- .github/pull_request_template.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md index 95e2d8840..70ff3bfae 100644 --- a/.github/pull_request_template.md +++ b/.github/pull_request_template.md @@ -16,4 +16,4 @@ Documentation and checks - [ ] Affects privacy - [ ] Affects security -- [ ] Updated explainer ([link](https://github.com/w3c/webauthn/wiki) +- [ ] Updated explainer ([link](https://github.com/w3c/webauthn/wiki))