diff --git a/docs/rules/no-unused-styles.md b/docs/rules/no-unused-styles.md index 449e5fc..4360a9c 100644 --- a/docs/rules/no-unused-styles.md +++ b/docs/rules/no-unused-styles.md @@ -120,4 +120,4 @@ const styles = StyleSheet.create({ text: {} }); ``` -There should be atleast one component, so centralized `StyleSheets` are not checked for unused rules. +There should be at least one component, so centralized `StyleSheets` are not checked for unused rules.