Corrected the case issue of 'JavaScript' throughout the docs (#2401)
* corrected JavaScript spelling
This commit is contained in:
parent
44fac6c4ca
commit
982fdf5737
21 changed files with 72 additions and 72 deletions
|
|
@ -28,7 +28,7 @@ o.spec("math", function() {
|
|||
})
|
||||
```
|
||||
|
||||
To run the test, use the command `npm test`. Ospec considers any Javascript file inside of a `tests` folder (anywhere in the project) to be a test.
|
||||
To run the test, use the command `npm test`. Ospec considers any JavaScript file inside of a `tests` folder (anywhere in the project) to be a test.
|
||||
|
||||
```
|
||||
npm test
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue