From 2d25ce8aab30fda75f0f7387db71da576046121c Mon Sep 17 00:00:00 2001 From: Clarence Date: Mon, 5 Feb 2024 20:46:35 +0100 Subject: [PATCH] chore: update typos found in docs (#81850) --- .../google-cloud-monitoring/google-authentication/index.md | 2 +- docs/sources/developers/http_api/alerting_provisioning.md | 2 +- docs/sources/developers/http_api/reporting.md | 4 ++-- jest.config.js | 2 +- 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/docs/sources/datasources/google-cloud-monitoring/google-authentication/index.md b/docs/sources/datasources/google-cloud-monitoring/google-authentication/index.md index 92436935431..5d96965f1b1 100644 --- a/docs/sources/datasources/google-cloud-monitoring/google-authentication/index.md +++ b/docs/sources/datasources/google-cloud-monitoring/google-authentication/index.md @@ -51,7 +51,7 @@ To visualize data from multiple GCP Projects, create one data source per GCP Pro You can create a service account and key file that can be used to access multiple projects. Follow steps 1-5 above, then: 1. Note the email address of the service account, it will look a little strange like `foobar-478@main-boardwalk-90210.iam.gserviceaccount.com`. -1. Navigtate to the other project(s) you want to access. +1. Navigate to the other project(s) you want to access. 1. Add the service account email address to the IAM page of each project, and grant it the required roles. 1. Navigate back to the original project's service account and create a [service account key](https://cloud.google.com/iam/docs/creating-managing-service-account-keys#iam-service-account-keys-create-console). A JSON key file is created and downloaded to your computer 1. Store the key file in a secure place, because it grants access to your Google data. diff --git a/docs/sources/developers/http_api/alerting_provisioning.md b/docs/sources/developers/http_api/alerting_provisioning.md index 7c8864be521..7643fabd65a 100644 --- a/docs/sources/developers/http_api/alerting_provisioning.md +++ b/docs/sources/developers/http_api/alerting_provisioning.md @@ -1164,7 +1164,7 @@ Status: Accepted | ------------ | ----------------------------------------- | --------------------- | :------: | ------- | ----------- | ------- | | annotations | map of string | `map[string]string` | | | | | | condition | string | `string` | | | | | -| dasboardUid | string | `string` | | | | | +| dashboardUid | string | `string` | | | | | | data | [][AlertQueryExport](#alert-query-export) | `[]*AlertQueryExport` | | | | | | execErrState | string | `string` | | | | | | for | [Duration](#duration) | `Duration` | | | | | diff --git a/docs/sources/developers/http_api/reporting.md b/docs/sources/developers/http_api/reporting.md index d1f1d794716..8716edcdff8 100644 --- a/docs/sources/developers/http_api/reporting.md +++ b/docs/sources/developers/http_api/reporting.md @@ -354,7 +354,7 @@ Authorization: Bearer eyJrIjoiT0tTcG1pUlY2RnVKZTFVaDFsNFZXdE9ZWmNrMkZYbk "to": "2022-09-02T17:00:00+02:00" }, "reportVariables": { - "varibale1": "Value1" + "variable1": "Value1" } } ], @@ -647,7 +647,7 @@ Authorization: Bearer eyJrIjoiT0tTcG1pUlY2RnVKZTFVaDFsNFZXdE9ZWmNrMkZYbk "to": "2022-09-02T17:00:00+02:00" }, "reportVariables": { - "varibale1": "Value1" + "variable1": "Value1" } } ], diff --git a/jest.config.js b/jest.config.js index 3e33cc1af03..17579560e6d 100644 --- a/jest.config.js +++ b/jest.config.js @@ -14,7 +14,7 @@ const esModules = [ 'robust-predicates', 'leven', 'nanoid', - 'monaco-promql' + 'monaco-promql', ].join('|'); module.exports = {