Skip to content
This repository has been archived by the owner on Nov 30, 2021. It is now read-only.

Commit

Permalink
Some minor edits to CONTRIBUTING.md
Browse files Browse the repository at this point in the history
  • Loading branch information
urish committed Apr 11, 2014
1 parent d315e6c commit 1ae537d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,12 +44,12 @@ the development process. The following grunt tasks are provided:
#### grunt test

`grunt test` executes (as you might thought) the unit tests, which are located
in `test.js`. The task uses the **karma** test runner to executes the tests with
in `tests.js`. The task uses the **karma** test runner to executes the tests with
the **jasmine testing framework**. This task also checks the coding using **jshint**.

#### grunt build

This task updates the minified version of the code (angular-moment.min.js). It also
`grunt build` updates the minified version of the code (angular-moment.min.js). It also
checks the code using **jshint**.

## Contributing/Submitting changes
Expand Down

0 comments on commit 1ae537d

Please sign in to comment.