From 0ac831890d8ecce2aa5fd8cb73bfa77985a54949 Mon Sep 17 00:00:00 2001 From: Mike Primm Date: Tue, 27 Jul 2021 20:38:55 -0500 Subject: [PATCH] Add JDK to spellcheck --- .spellcheck.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/.spellcheck.yaml b/.spellcheck.yaml index 57d67be1..dd4b31ef 100644 --- a/.spellcheck.yaml +++ b/.spellcheck.yaml @@ -20,6 +20,7 @@ matrix: - ':matches(code, pre)' - 'code' - 'pre' + - 'JDK' sources: - '**/*.md' default_encoding: utf-8