Skip to content

Commit

Permalink
'string' misspelled as 'srting' (#15118)
Browse files Browse the repository at this point in the history
The `type` attribute for `autoplay` is misspelled as 'srting' instead of 'string'
  • Loading branch information
LuigiPulcini authored and draganescu committed Apr 23, 2019
1 parent eacadbc commit 2cfd306
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/block-library/src/audio/transforms.js
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ const transforms = {
},
},
autoplay: {
type: 'srting',
type: 'string',
shortcode: ( { named: { autoplay } } ) => {
return autoplay;
},
Expand Down

0 comments on commit 2cfd306

Please sign in to comment.