Skip to content

Commit 48ab646

Browse files
committed
docs: resolve various typos
1 parent c412c87 commit 48ab646

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

CONTRIBUTING.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ getting free help.
2626

2727
We are using Github Issues for submitting known issues, e.g. bugs, features,
2828
etc. Some issues will have someone assigned, meaning that there's already
29-
someone that takes responsability for fixing said issue. This is not done to
29+
someone that takes responsibility for fixing said issue. This is not done to
3030
discourage contributions, rather to not step in the work that has already been
3131
done by the assignee. If you want to work on a known issue with someone already
3232
assigned to it, please consider contacting the assignee first, e.g. by
@@ -50,7 +50,7 @@ maintain your code after it gets merged.
5050
## Mind the Style
5151

5252
We believe that in order to have a healthy codebase we need to abide to a
53-
certain code style. We use `gofmt` with Go and `eslint` with Javscript for this
53+
certain code style. We use `gofmt` with Go and `eslint` with Javascript for this
5454
matter, which are tools that has proved to be useful. So, before submitting your
5555
pull request, make sure that `gofmt` and if viable `eslint` are passing for you.
5656

docs/content/building.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ cd scw_exporter/
1616
{{< / highlight >}}
1717

1818
All required tool besides Go itself are bundled, all you need is part of the
19-
`Makfile`:
19+
`Makefile`:
2020

2121
{{< highlight txt >}}
2222
make generate build

docs/content/usage.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ scrape_configs:
3232
After preparing the configuration we need to create the `docker-compose.yml`
3333
within the same folder, this `docker-compose.yml` starts a simple
3434
[Prometheus][prometheus] instance together with the exporter. Don't forget to
35-
update the envrionment variables with the required credentials.
35+
update the environment variables with the required credentials.
3636

3737
{{< highlight yaml >}}
3838
version: '2'
@@ -145,8 +145,8 @@ access the exporter at
145145
### Web Configuration
146146

147147
If you want to secure the service by TLS or by some basic authentication you can
148-
provide a `YAML` configuration file whch follows the [Prometheus][prometheus]
149-
toolkit format. You can see a full configration example within the
148+
provide a `YAML` configuration file which follows the [Prometheus][prometheus]
149+
toolkit format. You can see a full configuration example within the
150150
[toolkit documentation][toolkit].
151151

152152
## Metrics

0 commit comments

Comments
 (0)