From 6169ec56b31326e56f37ebeb65c6dfda9e477121 Mon Sep 17 00:00:00 2001 From: Matt Garrett Date: Fri, 26 Feb 2010 10:38:56 -0600 Subject: [PATCH] Fixed a typo in the inline list utility. --- .../stylesheets/compass/utilities/lists/_inline_list.sass | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frameworks/compass/stylesheets/compass/utilities/lists/_inline_list.sass b/frameworks/compass/stylesheets/compass/utilities/lists/_inline_list.sass index 88ea604f..7950c836 100644 --- a/frameworks/compass/stylesheets/compass/utilities/lists/_inline_list.sass +++ b/frameworks/compass/stylesheets/compass/utilities/lists/_inline_list.sass @@ -10,7 +10,7 @@ padding: 0px display: inline -// makes an inlin list that is comma delimited. +// makes an inline list that is comma delimited. // use of this recipe is not recommended at this time due to browser support issues. // // use of :content and :after is not fully supported in all browsers.