From 8485283077febc08a5fc036a878484c0cb465313 Mon Sep 17 00:00:00 2001 From: Franck Verrot Date: Tue, 5 Jan 2021 17:21:23 -0800 Subject: [PATCH] Chore: Tiny typo fix `rage` -> `range` (#30067) --- .../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 a10c85f149b..583fdd10d2b 100644 --- a/public/app/plugins/datasource/grafana/components/QueryEditor.tsx +++ b/public/app/plugins/datasource/grafana/components/QueryEditor.tsx @@ -16,7 +16,7 @@ export class QueryEditor extends PureComponent { { label: 'Random Walk', value: GrafanaQueryType.RandomWalk, - description: 'Random signal within the selected time rage', + description: 'Random signal within the selected time range', }, { label: 'Live Measurements',