diff --git a/packages/grafana-toolkit/README.md b/packages/grafana-toolkit/README.md index e8854724d9f..d2b85c0f957 100644 --- a/packages/grafana-toolkit/README.md +++ b/packages/grafana-toolkit/README.md @@ -261,7 +261,7 @@ Yes! However, it's important that your `tsconfig.json` file contains the followi ### Can I adjust ESLint configuration to suit my needs? -grafana-toolkit comes with [default config for ESLint](https://github.com/grafana/grafana/blob/master/packages/grafana-toolkit/src/config/eslint.plugin.json). For now, there is now way to customise ESLint config. +grafana-toolkit comes with [default config for ESLint](https://github.com/grafana/grafana/blob/master/packages/grafana-toolkit/src/config/eslint.plugin.json). For now, there is no way to customise ESLint config. ### How is Prettier integrated into grafana-toolkit workflow?