From 13404a951898b7fa0fca1a7977fc0d3d529b56d1 Mon Sep 17 00:00:00 2001 From: Stefano Magni Date: Fri, 14 Sep 2018 16:57:02 +0200 Subject: [PATCH] typo fix removed a double 'several several' typo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 221ae2b..858f2ee 100644 --- a/README.md +++ b/README.md @@ -75,7 +75,7 @@ and a corresponding CSS file that matches those CSS classes. Awesome! -However, there are several several disadvantages of using CSS modules this way: +However, there are several disadvantages of using CSS modules this way: * You have to use `camelCase` CSS class names. * You have to use `styles` object whenever constructing a `className`.