Skip to content

Commit

Permalink
Fix typo in settings
Browse files Browse the repository at this point in the history
  • Loading branch information
dsilhavy committed Dec 12, 2024
1 parent 3f38ccf commit 3cfcbb8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/core/Settings.js
Original file line number Diff line number Diff line change
Expand Up @@ -858,7 +858,7 @@ import Events from './events/Events.js';
/**
* @typedef {Object} CmcdSettings
* @property {boolean} [applyParametersFromMpd=true]
* Set to true if dash.js should use the CMCD parameters defined in the MDP.
* Set to true if dash.js should use the CMCD parameters defined in the MPD.
* @property {boolean} [enable=false]
* Enable or disable the CMCD reporting.
* @property {string} [sid]
Expand Down

0 comments on commit 3cfcbb8

Please sign in to comment.