Chore: Fix spelling issue (#28904) (#28925)

(cherry picked from commit 5b00b500a7)

Co-authored-by: Sofia Papagiannaki <papagian@users.noreply.github.com>
This commit is contained in:
Grot (@grafanabot)
2020-11-09 10:10:41 +02:00
committed by GitHub
co-authored by Sofia Papagiannaki
parent 202b9e5ca9
commit f30f6d8a35
@@ -114,7 +114,7 @@ export class QueryEditor extends PureComponent<Props> {
placeholder="Select measurements channel"
isClearable={true}
noOptionsMessage="Enter channel name"
formatCreateLabel={(input: string) => `Conncet to: ${input}`}
formatCreateLabel={(input: string) => `Connect to: ${input}`}
/>
</InlineField>
</div>