Skip to content

Commit 1e1e9f7

Browse files
authored
Merge pull request #202 from feargswalsh92/patch-1
Update no-unused-styles.md
2 parents 37f9e93 + 455dbfd commit 1e1e9f7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/rules/no-unused-styles.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -120,4 +120,4 @@ const styles = StyleSheet.create({
120120
text: {}
121121
});
122122
```
123-
There should be atleast one component, so centralized `StyleSheets` are not checked for unused rules.
123+
There should be at least one component, so centralized `StyleSheets` are not checked for unused rules.

0 commit comments

Comments
 (0)