From 04aec3c60431bff57a22817c9acf892f72d9bbd4 Mon Sep 17 00:00:00 2001
From: Guflly <145608489+Guflly@users.noreply.github.com>
Date: Fri, 31 Jul 2026 05:52:05 -0700
Subject: [PATCH] feat: Add spellcheck to more inputs
---
docs/Setup/Configuration.md | 3 +++
.../Features/AboutMe/Components/Skill/AddSkillDialog.razor | 4 ++--
.../Admin/BlogPostEditor/Components/CreateNewBlogPost.razor | 2 +-
.../Features/Admin/BlogPostEditor/Components/TagInput.razor | 2 +-
.../Features/Admin/ShortCodes/ShortCodesPage.razor | 2 +-
.../Features/Home/Components/SearchInput.razor | 2 +-
6 files changed, 9 insertions(+), 6 deletions(-)
diff --git a/docs/Setup/Configuration.md b/docs/Setup/Configuration.md
index c3743447..605a6fb8 100644
--- a/docs/Setup/Configuration.md
+++ b/docs/Setup/Configuration.md
@@ -4,6 +4,9 @@
The appsettings.json file has a lot of options to customize the content of the blog. The following table shows which values are used when.
+Browser spellchecking uses the `` value in
+`src/LinkDotNet.Blog.Web/App.razor`. Change `en` to your blog's language so the browser selects the correct dictionary.
+
```json
{
"BlogName": "linkdotnet",
diff --git a/src/LinkDotNet.Blog.Web/Features/AboutMe/Components/Skill/AddSkillDialog.razor b/src/LinkDotNet.Blog.Web/Features/AboutMe/Components/Skill/AddSkillDialog.razor
index 8db05cc0..6325c1dc 100644
--- a/src/LinkDotNet.Blog.Web/Features/AboutMe/Components/Skill/AddSkillDialog.razor
+++ b/src/LinkDotNet.Blog.Web/Features/AboutMe/Components/Skill/AddSkillDialog.razor
@@ -6,7 +6,7 @@