From d4f7ea9f014250bbe4ced0caff37ab5e320c62b4 Mon Sep 17 00:00:00 2001 From: Florian Cassayre Date: Fri, 15 Apr 2022 14:10:34 +0200 Subject: [PATCH] Chore: Fix typos (#47816) --- public/app/features/live/data/StreamingDataFrame.ts | 2 +- .../dashboards/vMInsightsRG.json | 4 ++-- .../dashboards/vMInsightsWorkspace.json | 4 ++-- .../app/plugins/panel/status-history/StatusHistoryPanel.tsx | 2 +- 4 files changed, 6 insertions(+), 6 deletions(-) diff --git a/public/app/features/live/data/StreamingDataFrame.ts b/public/app/features/live/data/StreamingDataFrame.ts index 0493728dee4..1c076c1c934 100644 --- a/public/app/features/live/data/StreamingDataFrame.ts +++ b/public/app/features/live/data/StreamingDataFrame.ts @@ -301,7 +301,7 @@ export class StreamingDataFrame implements DataFrame { if (values.length !== this.fields.length) { if (this.fields.length) { throw new Error( - `push message mismatch. Expected: ${this.fields.length}, recieved: ${values.length} (labels=${ + `push message mismatch. Expected: ${this.fields.length}, received: ${values.length} (labels=${ this.pushMode === PushMode.labels })` ); diff --git a/public/app/plugins/datasource/grafana-azure-monitor-datasource/dashboards/vMInsightsRG.json b/public/app/plugins/datasource/grafana-azure-monitor-datasource/dashboards/vMInsightsRG.json index 5dddc761e15..780b889e14f 100644 --- a/public/app/plugins/datasource/grafana-azure-monitor-datasource/dashboards/vMInsightsRG.json +++ b/public/app/plugins/datasource/grafana-azure-monitor-datasource/dashboards/vMInsightsRG.json @@ -1497,7 +1497,7 @@ "subscription": "" } ], - "title": "Max Available Bytes Sent and Trend Line", + "title": "Max Available Bytes Sent and Trend Line", "transformations": [ { "id": "organize", @@ -1979,7 +1979,7 @@ "subscription": "" } ], - "title": "Max Available Bytes Recieved and Trend Line", + "title": "Max Available Bytes Received and Trend Line", "transformations": [ { "id": "organize", diff --git a/public/app/plugins/datasource/grafana-azure-monitor-datasource/dashboards/vMInsightsWorkspace.json b/public/app/plugins/datasource/grafana-azure-monitor-datasource/dashboards/vMInsightsWorkspace.json index ee18e0db44a..551b645f398 100644 --- a/public/app/plugins/datasource/grafana-azure-monitor-datasource/dashboards/vMInsightsWorkspace.json +++ b/public/app/plugins/datasource/grafana-azure-monitor-datasource/dashboards/vMInsightsWorkspace.json @@ -1494,7 +1494,7 @@ "subscription": "" } ], - "title": "Max Available Bytes Sent and Trend Line", + "title": "Max Available Bytes Sent and Trend Line", "transformations": [ { "id": "organize", @@ -1970,7 +1970,7 @@ "subscription": "" } ], - "title": "Max Available Bytes Recieved and Trend Line", + "title": "Max Available Bytes Received and Trend Line", "transformations": [ { "id": "organize", diff --git a/public/app/plugins/panel/status-history/StatusHistoryPanel.tsx b/public/app/plugins/panel/status-history/StatusHistoryPanel.tsx index d6f2b407a63..4552ac8477e 100755 --- a/public/app/plugins/panel/status-history/StatusHistoryPanel.tsx +++ b/public/app/plugins/panel/status-history/StatusHistoryPanel.tsx @@ -43,7 +43,7 @@ export const StatusHistoryPanel: React.FC = ({

Too many points to visualize properly.
- Update the query to return fewer points.
({frames[0].length} points recieved) + Update the query to return fewer points.
({frames[0].length} points received)

);