From 1e07236c283202c23e5113a3de709ca7c25b2a4e Mon Sep 17 00:00:00 2001 From: Matthew Bray Date: Thu, 17 Mar 2016 10:24:44 +0000 Subject: [PATCH 1/2] Remove stray quote. --- src/Material/Grid.elm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Material/Grid.elm b/src/Material/Grid.elm index 9385e53..0f08aa7 100644 --- a/src/Material/Grid.elm +++ b/src/Material/Grid.elm @@ -27,7 +27,7 @@ module Material.Grid > into the following line. > - If a cell has a specified column size equal to or larger than the number > of columns for the current screen size, it takes up the entirety of its -> row." +> row. Example use: From c9b0420cac6c88d5030c74f41bd661787198825a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=B8ren=20Debois?= Date: Thu, 17 Mar 2016 13:05:58 +0100 Subject: [PATCH 2/2] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 65b3605..0be1bd6 100644 --- a/README.md +++ b/README.md @@ -71,5 +71,5 @@ to Elm. - [Tables](https://www.getmdl.io/components/index.html#tables-section) - [Sliders](https://www.getmdl.io/components/index.html#sliders-section) - [Menus](https://www.getmdl.io/components/index.html#menus-section) - - [Snackbars](https://www.getmdl.io/components/index.html#snackbar-section) + - [Snackbars](https://www.getmdl.io/components/index.html#snackbar-section) [Work-in-progress] - [Tooltips](https://www.getmdl.io/components/index.html#tooltips-section)