Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
Thierry committed Apr 2, 2015
1 parent f26b79f commit 36f961d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/rules.js
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,7 @@ module.exports = [
{suffix: 'eo', values: ['ease-out']},
{suffix: 'eio', values: ['ease-in-out']},
{suffix: 'l', values: ['linear']},
{suffix: 'se', values: ['step-send']},
{suffix: 'se', values: ['step-end']},
{suffix: 'ss', values: ['step-start']}
]
},
Expand Down

0 comments on commit 36f961d

Please sign in to comment.