From 44b3a4848a48dcde7f3ed4c0af423397ab8d3e19 Mon Sep 17 00:00:00 2001 From: Stephen Johnston Date: Wed, 5 May 2021 10:25:18 -0400 Subject: [PATCH] Prebid Docs: Typo fix in README.md (#6704) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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" ```