From 8957f496db0dfc9f32462ed3238778531eed4471 Mon Sep 17 00:00:00 2001 From: johndoh Date: Sat, 2 Mar 2019 09:36:50 +0000 Subject: [PATCH] fix tiny typo (#6654) --- skins/elastic/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/skins/elastic/README.md b/skins/elastic/README.md index d1cc506d4..db8e75bde 100644 --- a/skins/elastic/README.md +++ b/skins/elastic/README.md @@ -75,7 +75,7 @@ FOR DEVELOPERS - The `` element will receive special classes that will be updated on resize or orientation change: - `touch`: A touch device, screen width <= 1024px, - - 'layout-large`: Screen width > 1200px, + - `layout-large`: Screen width > 1200px, - `layout-normal`: Screen width <= 1200px and >= 768px, - `layout-small`: Screen width < 768px and > 480px, - `layout-phone`: Screen width <= 480px.