diff --git a/contribute/developer-guide.md b/contribute/developer-guide.md
index bebff147d87..f7f49170ea2 100644
--- a/contribute/developer-guide.md
+++ b/contribute/developer-guide.md
@@ -225,7 +225,7 @@ For some people, typically using the bash shell, ulimit fails with an error simi
ulimit: open files: cannot modify limit: Operation not permitted
```
-If that happens to you, chances are you've already set a lower limit and your shell won't let you set a higher one. Try looking in your shell initalization files (~/.bashrc typically), if there's already a ulimit command that you can tweak.
+If that happens to you, chances are you've already set a lower limit and your shell won't let you set a higher one. Try looking in your shell initialization files (~/.bashrc typically), if there's already a ulimit command that you can tweak.
## Next steps
diff --git a/contribute/style-guides/code-comments.md b/contribute/style-guides/code-comments.md
index 216939291f9..cff0f798b53 100644
--- a/contribute/style-guides/code-comments.md
+++ b/contribute/style-guides/code-comments.md
@@ -25,7 +25,7 @@ All `exported` apis from the package should have a release tag to indicate its s
- [`@alpha`](https://api-extractor.com/pages/tsdoc/tag_alpha/) - early draft of api and will probably change.
- [`@beta`](https://api-extractor.com/pages/tsdoc/tag_beta/) - close to being stable but might change.
-- [`@public`](https://api-extractor.com/pages/tsdoc/tag_public/) - ready for useage in production.
+- [`@public`](https://api-extractor.com/pages/tsdoc/tag_public/) - ready for usage in production.
- [`@internal`](https://api-extractor.com/pages/tsdoc/tag_internal/) - for internal use only.
### Main stability of APIs
@@ -139,7 +139,7 @@ This attribute can be skipped if the type provided by `typescript` and the funct
```typescript
/**
- * Will help to create a resource resovler depending
+ * Will help to create a resource resolver depending
* on the current execution context.
*
* @param context - The current execution context.
@@ -179,7 +179,7 @@ This attribute can be skipped if the type provided by `typescript` and the funct
```typescript
/**
- * Will help to create a resource resovler depending
+ * Will help to create a resource resolver depending
* on the current execution context.
*
* @param context - The current execution context.
@@ -206,4 +206,4 @@ export const factory = (context: Context): IResolver => {
export const isEqual = (x: number, y: number): boolean => {
return x === y;
}
-```
\ No newline at end of file
+```
diff --git a/contribute/style-guides/frontend.md b/contribute/style-guides/frontend.md
index c096de9ab31..80b919195ac 100644
--- a/contribute/style-guides/frontend.md
+++ b/contribute/style-guides/frontend.md
@@ -109,7 +109,7 @@ class DateCalculator {
}
class DateCalculator {
// bad
- calculate_timee_range () {...}
+ calculate_time_range () {...}
}
class DateCalculator {
@@ -149,7 +149,7 @@ interface ModalState {
```typescript
const getStyles = = () => ({
// bad
- ElementWraper: css`...`,
+ ElementWrapper: css`...`,
// bad
["element-wrapper"]: css`...`,
diff --git a/contribute/style-guides/themes.md b/contribute/style-guides/themes.md
index db42f1bb34c..607565fbf55 100644
--- a/contribute/style-guides/themes.md
+++ b/contribute/style-guides/themes.md
@@ -76,7 +76,7 @@ describe('MyComponent', () => {
restoreThemeContext();
});
- it('renders correctyl', () => {
+ it('renders correctly', () => {
const wrapper = mount()
expect(wrapper).toMatchSnapshot();
});
diff --git a/docs/sources/administration/configuration.md b/docs/sources/administration/configuration.md
index 74d1389c0f8..2d1ed8b699b 100644
--- a/docs/sources/administration/configuration.md
+++ b/docs/sources/administration/configuration.md
@@ -366,7 +366,7 @@ Example connstr: `addr=127.0.0.1:6379,pool_size=100,db=0,ssl=false`
- `addr` is the host `:` port of the redis server.
- `pool_size` (optional) is the number of underlying connections that can be made to redis.
-- `db` (optional) is the number indentifer of the redis database you want to use.
+- `db` (optional) is the number identifier of the redis database you want to use.
- `ssl` (optional) is if SSL should be used to connect to redis server. The value may be `true`, `false`, or `insecure`. Setting the value to `insecure` skips verification of the certificate chain and hostname when making the connection.
#### memcache
diff --git a/docs/sources/auth/generic-oauth.md b/docs/sources/auth/generic-oauth.md
index 872e087150b..d1ce499cfab 100755
--- a/docs/sources/auth/generic-oauth.md
+++ b/docs/sources/auth/generic-oauth.md
@@ -156,7 +156,7 @@ allowed_organizations =
enabled = true
allow_sign_up = true
client_id =
- client_secret = .my.centrify.com/OAuth2/Authorize/
token_url = https://.my.centrify.com/OAuth2/Token/
diff --git a/docs/sources/auth/google.md b/docs/sources/auth/google.md
index 19894fb8e7f..87065fd3108 100644
--- a/docs/sources/auth/google.md
+++ b/docs/sources/auth/google.md
@@ -5,7 +5,7 @@ keywords = ["grafana", "configuration", "documentation", "oauth"]
type = "docs"
[menu.docs]
name = "Google"
-identifier = "ggogle_oauth2"
+identifier = "google_oauth2"
parent = "authentication"
weight = 3
+++
diff --git a/docs/sources/http_api/playlist.md b/docs/sources/http_api/playlist.md
index f9aa6a39d77..bbc243066fb 100644
--- a/docs/sources/http_api/playlist.md
+++ b/docs/sources/http_api/playlist.md
@@ -76,7 +76,7 @@ Content-Type: application/json
"type": "dashboard_by_id",
"value": "3",
"order": 1,
- "title":"my third dasboard"
+ "title":"my third dashboard"
},
{
"id": 2,
@@ -84,7 +84,7 @@ Content-Type: application/json
"type": "dashboard_by_tag",
"value": "myTag",
"order": 2,
- "title":"my other dasboard"
+ "title":"my other dashboard"
}
]
}
@@ -114,7 +114,7 @@ Content-Type: application/json
"type": "dashboard_by_id",
"value": "3",
"order": 1,
- "title":"my third dasboard"
+ "title":"my third dashboard"
},
{
"id": 2,
@@ -122,7 +122,7 @@ Content-Type: application/json
"type": "dashboard_by_tag",
"value": "myTag",
"order": 2,
- "title":"my other dasboard"
+ "title":"my other dashboard"
}
]
```
@@ -147,12 +147,12 @@ Content-Type: application/json
[
{
"id": 3,
- "title": "my third dasboard",
+ "title": "my third dashboard",
"order": 1,
},
{
"id": 5,
- "title":"my other dasboard"
+ "title":"my other dashboard"
"order": 2,
}
@@ -178,13 +178,13 @@ Authorization: Bearer eyJrIjoiT0tTcG1pUlY2RnVKZTFVaDFsNFZXdE9ZWmNrMkZYbk
"type": "dashboard_by_id",
"value": "3",
"order": 1,
- "title":"my third dasboard"
+ "title":"my third dashboard"
},
{
"type": "dashboard_by_tag",
"value": "myTag",
"order": 2,
- "title":"my other dasboard"
+ "title":"my other dashboard"
}
]
}
@@ -222,14 +222,14 @@ Authorization: Bearer eyJrIjoiT0tTcG1pUlY2RnVKZTFVaDFsNFZXdE9ZWmNrMkZYbk
"type": "dashboard_by_id",
"value": "3",
"order": 1,
- "title":"my third dasboard"
+ "title":"my third dashboard"
},
{
"playlistId": 1,
"type": "dashboard_by_tag",
"value": "myTag",
"order": 2,
- "title":"my other dasboard"
+ "title":"my other dashboard"
}
]
}
@@ -252,7 +252,7 @@ Content-Type: application/json
"type": "dashboard_by_id",
"value": "3",
"order": 1,
- "title":"my third dasboard"
+ "title":"my third dashboard"
},
{
"id": 2,
@@ -260,7 +260,7 @@ Content-Type: application/json
"type": "dashboard_by_tag",
"value": "myTag",
"order": 2,
- "title":"my other dasboard"
+ "title":"my other dashboard"
}
]
}