Changed `insure` to `ensure` (#5913)
Aaron Meese committed
Mar 7, 2024 at 11:08 UTC
334fee706e7d1f57c5b24683d14d3e6709a81641
1 file changed
+2
-2
meshcentral-config-schema.json
+2
-2
@@ -1191,7 +1191,7 @@
1191
},
1192
"trustedCert": {
1193
"type": "boolean",
1194
- "default": "This value is normally auto-detected, when set to true, MeshCentral assumes that the TLS certificate comes from a trusted CA and will insure download tools perform certificate checking."
1194
+ "default": "This value is normally auto-detected, when set to true, MeshCentral assumes that the TLS certificate comes from a trusted CA and will ensure download tools perform certificate checking."
1195
},
1196
"guestDeviceSharing": {
1197
"type": [
@@ -3810,4 +3810,4 @@
3810
}
3811
}
3812
}
3813
-}
\ No newline at end of file
3813
+}