Skip to content

Commit

Permalink
Typo fix
Browse files Browse the repository at this point in the history
  • Loading branch information
vsolovei committed Sep 15, 2022
1 parent b0da512 commit d3ae21e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config/bidderinfo.go
Original file line number Diff line number Diff line change
Expand Up @@ -319,7 +319,7 @@ func validateCapabilities(info *CapabilitiesInfo, bidderName string) error {

func validatePlatformInfo(info *PlatformInfo) error {
if len(info.MediaTypes) == 0 {
return errors.New("at least one meda type needs to be specified")
return errors.New("at least one media type needs to be specified")
}

for index, mediaType := range info.MediaTypes {
Expand Down

0 comments on commit d3ae21e

Please sign in to comment.