From e44c89b97657112f104543b8c54a2113947b3ac7 Mon Sep 17 00:00:00 2001 From: Daniel Lugo Date: Mon, 21 Jun 2021 15:01:35 -0400 Subject: [PATCH] Add "Epub" to dictionary --- .vscode/settings.json | 1 + 1 file changed, 1 insertion(+) diff --git a/.vscode/settings.json b/.vscode/settings.json index 895f596f..2faaa640 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -5,6 +5,7 @@ "editor.formatOnSave": true, "editor.defaultFormatter": "esbenp.prettier-vscode", "cSpell.words": [ + "Epub", "ISEA", "Reqs" ]