From 7eabd7c83a4e594b07e4d822fcea6acf410a66c5 Mon Sep 17 00:00:00 2001 From: Simon Podlipsky Date: Tue, 26 Jul 2022 01:58:52 +0200 Subject: [PATCH] Chore: typos in MySQL/PostgreSQL ConfigurationEditor (#52735) --- .../datasource/mysql/configuration/ConfigurationEditor.tsx | 4 ++-- .../datasource/postgres/configuration/ConfigurationEditor.tsx | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/public/app/plugins/datasource/mysql/configuration/ConfigurationEditor.tsx b/public/app/plugins/datasource/mysql/configuration/ConfigurationEditor.tsx index e26efcfc1ba..a070aedb0c1 100644 --- a/public/app/plugins/datasource/mysql/configuration/ConfigurationEditor.tsx +++ b/public/app/plugins/datasource/mysql/configuration/ConfigurationEditor.tsx @@ -169,8 +169,8 @@ export const ConfigurationEditor = (props: DataSourcePluginOptionsEditorPropsUSE otherdb; and DROP TABLE user; would be executed. To protect - against this we - Highly recommmend you create a specific MySQL user with restricted permissions. Checkout the{' '} + against this we Highly recommend you create a specific MySQL user with restricted permissions. + Checkout the{' '} MySQL Data Source Docs diff --git a/public/app/plugins/datasource/postgres/configuration/ConfigurationEditor.tsx b/public/app/plugins/datasource/postgres/configuration/ConfigurationEditor.tsx index dba4997f55c..75dc6371db4 100644 --- a/public/app/plugins/datasource/postgres/configuration/ConfigurationEditor.tsx +++ b/public/app/plugins/datasource/postgres/configuration/ConfigurationEditor.tsx @@ -273,8 +273,8 @@ export const PostgresConfigEditor = (props: DataSourcePluginOptionsEditorProps

DELETE FROM user; and DROP TABLE user; would be executed. To protect - against this we - Highly recommmend you create a specific PostgreSQL user with restricted permissions. + against this we Highly recommend you create a specific PostgreSQL user with restricted + permissions. );