Skip to content

Commit

Permalink
Merge pull request #588 from jreviews/patch-1
Browse files Browse the repository at this point in the history
Fix doc typo
  • Loading branch information
calebporzio authored Jun 22, 2020
2 parents 541e266 + 8fc4e58 commit 317abf8
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 @@ -561,7 +561,7 @@ These behave exactly like VueJs's transition directives, except they have differ

The object keys are the directives (Can be any directive including modifiers), and the values are callbacks to be evaluated by Alpine.

> Note: The only anomoly with x-spread is when used with `x-for`. When the directive being "spread" is `x-for`, you should return a normal expression string from the callback. For example: `['x-for']() { return 'item in items' }`.
> Note: The only anomaly with x-spread is when used with `x-for`. When the directive being "spread" is `x-for`, you should return a normal expression string from the callback. For example: `['x-for']() { return 'item in items' }`.
---

Expand Down

0 comments on commit 317abf8

Please sign in to comment.