From 455dbfd12ec1e60f097f54011088e7628fd9b582 Mon Sep 17 00:00:00 2001 From: Feargal Walsh Date: Thu, 11 Oct 2018 17:17:39 -0700 Subject: [PATCH] Update no-unused-styles.md --- docs/rules/no-unused-styles.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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.