chore: update typos found in docs (#81850)

This commit is contained in:
Clarence 2024-02-05 20:46:35 +01:00 committed by GitHub
parent a6342fa576
commit 2d25ce8aab
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
4 changed files with 5 additions and 5 deletions

View File

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

View File

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

View File

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

View File

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