From d466813dcface89ed22a5ce3cc3146ed3e90cd32 Mon Sep 17 00:00:00 2001 From: Michael Zimmerman <65474223+zimmermr@users.noreply.github.com> Date: Sun, 21 Jan 2024 17:32:19 -0500 Subject: [PATCH] Spelling fix Fixed a misspelling on line 25 to "Chrome Extension" --- ...P.NETCoreWebAPIwithMSSQLServerOnLinuxWithNginxFromScratch.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dot-net-core/HowToHostASP.NETCoreWebAPIwithMSSQLServerOnLinuxWithNginxFromScratch.md b/dot-net-core/HowToHostASP.NETCoreWebAPIwithMSSQLServerOnLinuxWithNginxFromScratch.md index f962fe0..1721c54 100644 --- a/dot-net-core/HowToHostASP.NETCoreWebAPIwithMSSQLServerOnLinuxWithNginxFromScratch.md +++ b/dot-net-core/HowToHostASP.NETCoreWebAPIwithMSSQLServerOnLinuxWithNginxFromScratch.md @@ -22,7 +22,7 @@ This guide explains setting up a production-ready ASP.NET Core environment on an * Linux Operating System (16.04 or above) * ASP.NET Core SDK 3.1 * VS Code -* JSON Viewer (Chorme Extention) +* JSON Viewer (Chrome Extension) ### Step 1 . Install Linux Operating System