ESLint: Fix typo in README (#75784)

Fix typo in grafana-eslint-rules/README.md

appropiate -> appropriate
This commit is contained in:
Ikko Eltociear Ashimine 2023-10-19 21:54:48 +09:00 committed by GitHub
parent 36b70bd355
commit 0bd1a18665
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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`