Skip to content

Commit

Permalink
fix spelling favour into favor (#18299)
Browse files Browse the repository at this point in the history
  • Loading branch information
techhtml authored and nainar committed Sep 24, 2018
1 parent e8ada57 commit 067f0a6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion extensions/amp-youtube/0.1/test/test-amp-youtube.js
Expand Up @@ -104,7 +104,7 @@ describes.realWin('amp-youtube', {
}).then(yt => {
const iframe = yt.querySelector('iframe');
expect(iframe.src).to.contain('myParam=hello%20world');
// data-param-autoplay is black listed in favour of just autoplay
// data-param-autoplay is black listed in favor of just autoplay
expect(iframe.src).to.not.contain('autoplay=1');
// playsinline should default to 1 if not provided.
expect(iframe.src).to.contain('playsinline=1');
Expand Down

0 comments on commit 067f0a6

Please sign in to comment.