Skip to content

Commit

Permalink
docs: Fix typo in readme
Browse files Browse the repository at this point in the history
  • Loading branch information
felix-mu committed Apr 29, 2024
1 parent 872942c commit acaa4b5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ on:
- v[0-9]*.[0-9]*.[0-9]*

permissions:
contents: write
contents: write # https://docs.github.com/en/actions/using-workflows/workflow-syntax-for-github-actions#permissions

jobs:
lint:
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -149,7 +149,7 @@ If the plugin was build with `npm run dev` the Webpack directories are loaded to
## Troubleshooting
After each build the Docker-Container must be restarted to reload the new version of the plugin. If the changes of the plugin are **not** noticed it might help to clear the browser cache and refresh the page.

## Further ressources
## Further resources
- [Grafana and Docker](https://grafana.com/docs/grafana/latest/setup-grafana/installation/docker/)
- [Configure Grafana in Docker](https://grafana.com/docs/grafana/latest/setup-grafana/configure-docker/)
- [Build tools for plugins](https://grafana.com/developers/plugin-tools/)
Expand Down

0 comments on commit acaa4b5

Please sign in to comment.