Skip to content

Commit 66caf02

Browse files
committed
Fix typo
1 parent c0b0439 commit 66caf02

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CONTRIBUTING.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@ To view the results of a run on CircleCI, download the `build/test_images/` and
108108
- Distributed files are in `dist/`
109109
- Sources files are in `src/`, including the index
110110
- Build and repo management scripts are in `tasks/`
111-
- All tasks can be run using [`npm run-srcript`](https://docs.npmjs.com/cli/run-script)
111+
- All tasks can be run using [`npm run-script`](https://docs.npmjs.com/cli/run-script)
112112
- Tests are `test/`, they are partitioned into `image` and `jasmine` tests
113113
- Test dashboard and image viewer code is in `devtools/`
114114
- Non-distributed, built files are in `build/` (most files in here are git-ignored, the css and font built files are exceptions)

0 commit comments

Comments
 (0)