Skip to content

Commit 6af8166

Browse files
committed
Merge pull request #942 from galopezb/patch-1
Update typo in how-it-works.md file
2 parents 6243ef2 + f2f44cf commit 6af8166

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/how-it-works.md

Lines changed: 2 additions & 2 deletions
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)