Browse Source

Merge pull request #644 from formido/patch-1

Fix typo
Caleb Porzio 5 years ago
parent
commit
5728a7c11f
1 changed files with 1 additions and 1 deletions
  1. 1 1
      README.md

+ 1 - 1
README.md

@@ -572,7 +572,7 @@ These behave exactly like VueJs's transition directives, except they have differ
 </script>
 </script>
 ```
 ```
 
 
-`x-spread` allows you to extract an elements Alpine bindings into a reusable object.
+`x-spread` allows you to extract an element's Alpine bindings into a reusable object.
 
 
 The object keys are the directives (Can be any directive including modifiers), and the values are callbacks to be evaluated by Alpine.
 The object keys are the directives (Can be any directive including modifiers), and the values are callbacks to be evaluated by Alpine.