Update sqlserver2022.json (#3838)

Corrected some typos and grammer
This commit is contained in:
stiny861
2025-04-11 07:44:14 -05:00
committed by GitHub
parent df507f74a9
commit ea03177126

View File

@@ -32,7 +32,7 @@
}, },
"notes":[ "notes":[
{ {
"text":"if you not choose the install setup, execute: `/opt/mssql/bin/mssql-conf setup` in LXC shell.", "text":"If you choose not to run the installation setup, execute: `/opt/mssql/bin/mssql-conf setup` in LXC shell.",
"type":"info" "type":"info"
}, },
{ {
@@ -40,7 +40,7 @@
"type":"info" "type":"info"
}, },
{ {
"text":"Do disable the SA account if you intent to use this in production!", "text":"Make sure you disable the SA account if you intend to use this in production!",
"type":"warning" "type":"warning"
} }
] ]