Skip to content

Commit

Permalink
fix: remove empty space in youtube tag (#43)
Browse files Browse the repository at this point in the history
  • Loading branch information
falvhb authored and farnabaz committed Sep 11, 2019
1 parent 9b3a168 commit cb4406b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/tags.js
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@ function getTags ({
{ tag: 'amp-web-push', version: '0.1' },
{ tag: 'amp-wistia-player', version: '0.1' },
{ tag: 'amp-yotpo', version: '0.1' },
{ tag: 'amp-youtube ', version: '0.1' }
{ tag: 'amp-youtube', version: '0.1' }
]

for (const t of tags) {
Expand Down

0 comments on commit cb4406b

Please # to comment.