From 5b00b500a73289caa656a1fa3f2049cdb4596d4c Mon Sep 17 00:00:00 2001 From: Sofia Papagiannaki Date: Mon, 9 Nov 2020 09:39:15 +0200 Subject: [PATCH] Chore: Fix spelling issue (#28904) --- .../app/plugins/datasource/grafana/components/QueryEditor.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/app/plugins/datasource/grafana/components/QueryEditor.tsx b/public/app/plugins/datasource/grafana/components/QueryEditor.tsx index de86597e5cb..a10c85f149b 100644 --- a/public/app/plugins/datasource/grafana/components/QueryEditor.tsx +++ b/public/app/plugins/datasource/grafana/components/QueryEditor.tsx @@ -114,7 +114,7 @@ export class QueryEditor extends PureComponent { placeholder="Select measurements channel" isClearable={true} noOptionsMessage="Enter channel name" - formatCreateLabel={(input: string) => `Conncet to: ${input}`} + formatCreateLabel={(input: string) => `Connect to: ${input}`} />