Skip to content

Commit 4d8026f

Browse files
committed
[fixed] Corrected CONTRIBUTING.md by replacing 'script' path with 'scripts'
1 parent da40847 commit 4d8026f

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

CONTRIBUTING.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -28,14 +28,14 @@ always be in sync.
2828

2929
### Development
3030

31-
- `script/test` will fire up a karma runner and watch for changes in the
31+
- `scripts/test` will fire up a karma runner and watch for changes in the
3232
specs directory.
3333
- `npm test` will do the same but doesn't watch, just runs the tests.
34-
- `script/build-examples` does exactly that.
34+
- `scripts/build-examples` does exactly that.
3535

3636
### Build
3737

38-
Please do not include the output of `script/build` in your commits, we
38+
Please do not include the output of `scripts/build` in your commits, we
3939
only do this when we release. (Also, you probably don't need to build
4040
anyway unless you are fixing something around our global build.)
4141

0 commit comments

Comments
 (0)