Browse Source

docs: spelling

Daniel Lee 7 years ago
parent
commit
51b078fb65
1 changed files with 2 additions and 1 deletions
  1. 2 1
      docs/sources/features/datasources/mssql.md

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

@@ -38,7 +38,7 @@ Name | Description
 The database user you specify when you add the data source should only be granted SELECT permissions on
 The database user you specify when you add the data source should only be granted SELECT permissions on
 the specified database & tables you want to query. Grafana does not validate that the query is safe. The query
 the specified database & tables you want to query. Grafana does not validate that the query is safe. The query
 could include any SQL statement. For example, statements like `DELETE FROM user;` and `DROP TABLE user;` would be
 could include any SQL statement. For example, statements like `DELETE FROM user;` and `DROP TABLE user;` would be
-executed. To protect against this we **Highly** recommmend you create a specific MSSQL user with restricted permissions.
+executed. To protect against this we **Highly** recommend you create a specific MSSQL user with restricted permissions.
 
 
 Example:
 Example:
 
 
@@ -50,6 +50,7 @@ Example:
 Make sure the user does not get any unwanted privileges from the public role.
 Make sure the user does not get any unwanted privileges from the public role.
 
 
 ## Query Editor
 ## Query Editor
+
 {{< docs-imagebox img="/img/docs/v51/mssql_query_editor.png" class="docs-image--no-shadow" >}}
 {{< docs-imagebox img="/img/docs/v51/mssql_query_editor.png" class="docs-image--no-shadow" >}}
 
 
 You find the MSSQL query editor in the metrics tab in Graph, Singlestat or Table panel's edit mode. You enter edit mode by clicking the
 You find the MSSQL query editor in the metrics tab in Graph, Singlestat or Table panel's edit mode. You enter edit mode by clicking the