Skip to content

Commit

Permalink
fix: typo in error const (#8628)
Browse files Browse the repository at this point in the history
  • Loading branch information
wseymour15 committed Mar 4, 2024
1 parent 26265d7 commit b59a89b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/js/consts/errors.js
Expand Up @@ -15,6 +15,6 @@ export default {
AdsPrerollError: 'ads-preroll-error',
AdsMidrollError: 'ads-midroll-error',
AdsPostrollError: 'ads-postroll-error',
AdsMacroReplacementFailed: 'ads-marco-replacement-failed',
AdsMacroReplacementFailed: 'ads-macro-replacement-failed',
AdsResumeContentFailed: 'ads-resume-content-failed'
};

0 comments on commit b59a89b

Please sign in to comment.