Skip to content

Commit cb4406b

Browse files
falvhbfarnabaz
authored andcommitted
fix: remove empty space in youtube tag (#43)
1 parent 9b3a168 commit cb4406b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

lib/tags.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,7 @@ function getTags ({
121121
{ tag: 'amp-web-push', version: '0.1' },
122122
{ tag: 'amp-wistia-player', version: '0.1' },
123123
{ tag: 'amp-yotpo', version: '0.1' },
124-
{ tag: 'amp-youtube ', version: '0.1' }
124+
{ tag: 'amp-youtube', version: '0.1' }
125125
]
126126

127127
for (const t of tags) {

0 commit comments

Comments
 (0)