Skip to content

Commit f2f44cf

Browse files
committed
Update typo in how-it-works.md file
The explanation about locating css and js files in index.html file should be to put the <script> and <link> tags instead of <script> of <link> tags.
1 parent 6243ef2 commit f2f44cf

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/how-it-works.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -43,9 +43,9 @@ As the script files has to be sorted in order to work. We use a magic script whi
4343

4444
### Locating places in the `index.html`
4545

46-
[gulp-inject](https://github.com/klei/gulp-inject) put the `<script>` of `<link>` tags insides comments starting by `<!-- inject:css -->` or `<!-- inject:js -->` and ending by `<!-- endinject -->`.
46+
[gulp-inject](https://github.com/klei/gulp-inject) put the `<script>` and `<link>` tags insides comments starting by `<!-- inject:css -->` or `<!-- inject:js -->` and ending by `<!-- endinject -->`.
4747

48-
[wiredep](https://github.com/taptapship/wiredep) put the `<script>` of `<link>` tags insides comments starting by `<!-- bower:css -->` or `<!-- bower:js -->` and ending by `<!-- endbower -->`.
48+
[wiredep](https://github.com/taptapship/wiredep) put the `<script>` and `<link>` tags insides comments starting by `<!-- bower:css -->` or `<!-- bower:js -->` and ending by `<!-- endbower -->`.
4949

5050
Don't put anything inside this comments in your sources because the `inject` task will override it without warning you.
5151

0 commit comments

Comments
 (0)