Browse Source

docs: fix typo of default port for mssql

Fixes #11562
Marcus Efraimsson 7 năm trước cách đây
mục cha
commit
1232745e89
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      docs/sources/features/datasources/mssql.md

+ 1 - 1
docs/sources/features/datasources/mssql.md

@@ -28,7 +28,7 @@ Name | Description
 ------------ | -------------
 *Name* | The data source name. This is how you refer to the data source in panels & queries.
 *Default* | Default data source means that it will be pre-selected for new panels.
-*Host* | The IP address/hostname and optional port of your MSSQL instance. If port is omitted, default 1443 will be used.
+*Host* | The IP address/hostname and optional port of your MSSQL instance. If port is omitted, default 1433 will be used.
 *Database* | Name of your MSSQL database.
 *User* | Database user's login/username
 *Password* | Database user's password