From 72e211fc1ffb6a58a892daa16feb7f0380fc7ac7 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