Skip to content

Commit 0b0f010

Browse files
authored
Merge pull request #212 from markrickert/patch-1
Small typo fix in the docs for no-unused-styles
2 parents 35f7e07 + 03308cf commit 0b0f010

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/rules/no-unused-styles.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Detect unused StyleSheet rules in React components
2-
When working on a component over a longer period of time, you could end up with unused StyleSheet rules that slipt in over time but are forgotten as you continue to improve your UX/UI design.
2+
When working on a component over a longer period of time, you could end up with unused StyleSheet rules that slipped in over time but are forgotten as you continue to improve your UX/UI design.
33

44
## Rule Details
55

0 commit comments

Comments
 (0)