Fixed a typo in the inline list utility.

This commit is contained in:
Matt Garrett 2010-02-26 10:38:56 -06:00
parent 8327f633ea
commit 6169ec56b3

View File

@ -10,7 +10,7 @@
padding: 0px padding: 0px
display: inline 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 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. // use of :content and :after is not fully supported in all browsers.