From ede19d4424316f0da21fdea0c18538ecc0672b35 Mon Sep 17 00:00:00 2001 From: Mark Loker Date: Sat, 11 Oct 2014 12:04:53 +0100 Subject: [PATCH] Fixed class name typo. This fixes issue #75. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index b5b31cc..fae4b22 100644 --- a/README.md +++ b/README.md @@ -77,7 +77,7 @@ combinations. A few examples: /** * Sets an item to be ten twelfths wide only at the desk breakpoint. */ - .desk--ten-twelthfs{} + .desk--ten-twelfths{} /** * Pulls an item one half of the way to the left only at the palm breakpoint.