Skip to content

Commit 86a84d4

Browse files
committed
Merge pull request pikock#17 from fly/master
fix typos
2 parents dcdd1a8 + 3d60476 commit 86a84d4

3 files changed

Lines changed: 6 additions & 8 deletions

File tree

2.3.2/app/preview/colors.html

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,8 @@
1-
21
<section class="row-fluid">
32

43

54
<h1>How to build your theme faster ? </h1>
6-
<p>We first developped this bootsrap theme editor for our own purpose to create theme a lot faster. Here are some technics to become a bootstrap theme chef with this tool.</p>
5+
<p>We first developed this bootsrap theme editor for our own purpose to create theme a lot faster. Here are some technics to become a bootstrap theme chef with this tool.</p>
76

87
<h3>1. Awesome typeahead</h3>
98
<p class="lead">Find as you type all defined variables started with an <code>@</code> and all the Less function as darken(@color,10%).</p>
@@ -23,4 +22,4 @@ <h3>5. Colorpicker </h3>
2322
<hr />
2423
<h3><span class="apico games apico-heart"></span>Have fun ! Like it ? Share it.</h3>
2524

26-
</section>
25+
</section>

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ If you want to use Bootstrap Magic featuring Bootstrap 2.3.2, it's still availab
1414
* Bootstrap 3 awesomeness
1515
* Google webfonts included in typehead
1616
* Better performance
17-
* Still developped with [AngularJS](http://angularjs.org/) and [LessCSS](http://lesscss.org/) .
17+
* Still developed with [AngularJS](http://angularjs.org/) and [LessCSS](http://lesscss.org/) .
1818

1919
### Contact
2020

@@ -55,4 +55,4 @@ Web Font Loader Copyright (c) 2010 Adobe Systems Incorporated, Google Incorporat
5555
Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at
5656

5757
http://www.apache.org/licenses/LICENSE-2.0
58-
Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.
58+
Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.

app/preview/grays.html

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,7 @@
1-
21
<section class="row">
32

43
<h1>How to build your theme faster ? </h1>
5-
<p>We first developped this bootsrap theme editor for our own purpose to create theme a lot faster. Here are some technics to become a bootstrap theme chef with this tool.</p>
4+
<p>We first developed this bootsrap theme editor for our own purpose to create theme a lot faster. Here are some technics to become a bootstrap theme chef with this tool.</p>
65

76
<h4>1. Awesome typeahead</h4>
87
<p>You don't have to type out variables and Less functions every time. Defined variables (starting with <code>@</code>) and Less functions (like <code>darken(@color,10%)</code>) will automatically appear in a list as you start typing. Prediction + autocomplete = awesome typeahead</p>
@@ -19,4 +18,4 @@ <h4>4. Colorpicker </h4>
1918
<hr />
2019
<h4>♥ Have fun ! Like it ? Share it.</h4>
2120

22-
</section>
21+
</section>

0 commit comments

Comments
 (0)