Skip to content

Commit

Permalink
Merge pull request #473 from yandavid/master
Browse files Browse the repository at this point in the history
Fixed typo in the JSDoc block of plugins/convertStyleToAttrs.js
  • Loading branch information
GreLI committed Dec 28, 2015
2 parents cd8120a + b049081 commit 0d698e5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .jshintrc
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"it": false
},
"node": true,
"globalstrict": true,
"strict": "global",
"expr": true,
"curly": false,
"camelcase": true,
Expand Down
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 0d698e5

Please sign in to comment.