From 8fc4e583d6dde702f7db18ffbdfbd62adfd0c9d7 Mon Sep 17 00:00:00 2001 From: Alejandro Schmeichler <31069418+jreviews@users.noreply.github.com> Date: Sat, 20 Jun 2020 07:45:18 -0400 Subject: [PATCH] Fix doc typo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 5df852bbd..27d0ca454 100644 --- a/README.md +++ b/README.md @@ -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' }`. ```html