diff --git a/README.md b/README.md index 23fc8342bc5..a220dd69f66 100644 --- a/README.md +++ b/README.md @@ -202,7 +202,7 @@ To run the unit tests: gulp test ``` -To run the unit tests for a perticular file (example for pubmaticBidAdapter_spec.js): +To run the unit tests for a particular file (example for pubmaticBidAdapter_spec.js): ```bash gulp test --file "test/spec/modules/pubmaticBidAdapter_spec.js" ```