Skip to content

Commit

Permalink
✏️ coming
Browse files Browse the repository at this point in the history
  • Loading branch information
posva committed Apr 18, 2018
1 parent 022790c commit 11f05b8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ const SpaceTrimmer = {
coerce(style) {
// you can access the context as in a computed property
// NEVER use this.$coerced here as it would create an infinite loop
// if you use things comming from data, you may consider using
// if you use things coming from data, you may consider using
// a computed property instead
return this.possibleValues.includes(style) ? style : 'default'
},
Expand Down

0 comments on commit 11f05b8

Please sign in to comment.