diff --git a/packages/grafana-eslint-rules/README.md b/packages/grafana-eslint-rules/README.md index de81df7801f..cf90384e326 100644 --- a/packages/grafana-eslint-rules/README.md +++ b/packages/grafana-eslint-rules/README.md @@ -16,7 +16,7 @@ Now, we prefer using data-testid for E2E selectors. Check if border-radius theme tokens are used. -To improve the consistency across Grafana we encourage devs to use tokens instead of custom values. In this case, we want the `borderRadius` to use the appropiate token such as `theme.shape.radius.default`, `theme.shape.radius.pill` or `theme.shape.radius.circle`. +To improve the consistency across Grafana we encourage devs to use tokens instead of custom values. In this case, we want the `borderRadius` to use the appropriate token such as `theme.shape.radius.default`, `theme.shape.radius.pill` or `theme.shape.radius.circle`. ### `@grafana/theme-token-usage`