Skip to content

Commit

Permalink
Fixed typo in the JSDoc block of plugins/convertStyleToAttrs.js
Browse files Browse the repository at this point in the history
  • Loading branch information
yandavid committed Dec 28, 2015
1 parent cd8120a commit cdd44ce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plugins/convertStyleToAttrs.js
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ var EXTEND = require('whet.extend'),
* @example
* <g style="fill:#000; color: #fff; -webkit-blah: blah">
* ⬇
* <g fill="#000" color="#fff" slyle="-webkit-blah: blah">
* <g fill="#000" color="#fff" style="-webkit-blah: blah">
*
* @param {Object} item current iteration item
* @return {Boolean} if false, item will be filtered out
Expand Down

0 comments on commit cdd44ce

Please sign in to comment.