chore: update typos found in docs (#81850)

pull/81830/head^2
Clarence 1 year ago committed by GitHub
parent a6342fa576
commit 2d25ce8aab
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
  1. 2
      docs/sources/datasources/google-cloud-monitoring/google-authentication/index.md
  2. 2
      docs/sources/developers/http_api/alerting_provisioning.md
  3. 4
      docs/sources/developers/http_api/reporting.md
  4. 2
      jest.config.js

@ -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.

@ -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` | | | | |

@ -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"
}
}
],

@ -14,7 +14,7 @@ const esModules = [
'robust-predicates',
'leven',
'nanoid',
'monaco-promql'
'monaco-promql',
].join('|');
module.exports = {

Loading…
Cancel
Save