From a19b369089f657905dfa595b04b0161643ff703b Mon Sep 17 00:00:00 2001 From: Jacob Thornton Date: Sat, 18 Aug 2012 19:37:05 -0700 Subject: fix typo --- lib/css.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/css.js b/lib/css.js index 1e66a41..938f8af 100644 --- a/lib/css.js +++ b/lib/css.js @@ -25,7 +25,7 @@ var path = require('path') , CACHE = {} , BRANCH = "master" , CW = "/*!\n * Bootstrap v2.0.4\n *\n * Copyright 2012 Twitter, Inc\n * Licensed under the Apache License v2.0\n * http://www.apache.org/licenses/LICENSE-2.0\n *\n * Designed and built with all the love in the world @twitter by @mdo and @fat.\n */\n" - , ERROR = "A less error occured trying to build your bundle. Please paste the error below in an issue for us at http://github.com/twitter/bootsrap! thanks!\n\n" + , ERROR = "A less error occured trying to build your bundle. Please paste the error below in an issue for us at http://github.com/twitter/bootstrap! thanks!\n\n" , FILES = [ "variables.less" , "mixins.less" , "reset.less" -- cgit v1.2.3