Skip to content

Commit 21b8e35

Browse files
committed
Typo
1 parent 0b623f3 commit 21b8e35

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ This example will demonstrate how to use **scripts-loader** with Gulp.js.
2929
require './gulp'
3030
```
3131

32-
### gulp/index.coffee (EXAMPLE OF SCRIPTS-LOADER SETTINGS)
32+
### gulp/index.coffee (SCRIPTS-LOADER SETTINGS)
3333
```coffee
3434
scriptsLoader = require 'scripts-loader'
3535

@@ -52,7 +52,7 @@ config = {
5252
module.exports = config
5353
```
5454

55-
### gulp/tasks/client/lib.coffee (EXAMPLE OF GULP TASK DECLERATION)
55+
### gulp/tasks/client/lib.coffee (GULP TASK DECLERATION)
5656
```coffee
5757
gulp = require 'gulp'
5858
bowerFiles = require 'main-bower-files'
@@ -78,7 +78,7 @@ gulp.task 'defualt', ['server/lib', 'server/app', 'client/lib', 'client/app']
7878

7979

8080
# Motivation
81-
Yeah... Now we've got 2015 today.
81+
Yeah... We've got 2015 today.
8282
And I still can see gulpfile.js files which have more than 1k lines per file over the internet.
8383
And that makes me a little bit worried because we've got such great tools but we don't using them in a good way (fortunately we can see an exceptions and that is great of course).
8484

0 commit comments

Comments
 (0)