Skip to content

Commit 03308cf

Browse files
authored
Small typo fix in the docs for no-unused-styles
1 parent 35f7e07 commit 03308cf

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