From c2489e352149ab1fbaec9f388a6fc54eb131bd15 Mon Sep 17 00:00:00 2001 From: agilfix Date: Tue, 16 Feb 2021 14:31:54 -0500 Subject: [PATCH] Fix typos in nobid.json (#1704) --- static/bidder-params/nobid.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/static/bidder-params/nobid.json b/static/bidder-params/nobid.json index 576dbfecb5c..6293c40c9fd 100644 --- a/static/bidder-params/nobid.json +++ b/static/bidder-params/nobid.json @@ -7,12 +7,12 @@ "properties": { "siteId": { "type": "integer", - "description": "A Required ID which identifies the NoBid site. The siteId paramerter is provided by your NoBid account manager." + "description": "A Required ID which identifies the NoBid site. The siteId parameter is provided by your NoBid account manager." }, "placementId": { "type": "integer", - "description": "An oprional ID which identifies an adunit in a site. The placementId paramerter is provided by your NoBid account manager." + "description": "An optional ID which identifies an adunit in a site. The placementId parameter is provided by your NoBid account manager." } }, "required": ["siteId"] } - \ No newline at end of file +