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 @@