Browse Source

Merge branch 'master' of github.com:alpinejs/alpine

Caleb Porzio 5 years ago
parent
commit
e13094c06e
1 changed files with 1 additions and 1 deletions
  1. 1 1
      README.md

+ 1 - 1
README.md

@@ -56,7 +56,7 @@ Alpine.start()
 </div>
 </div>
 ```
 ```
 
 
-You can even use if for non-trivial things:
+You can even use it for non-trivial things:
 *Pre-fetching a dropdown's HTML content on hover*
 *Pre-fetching a dropdown's HTML content on hover*
 ```html
 ```html
 <div x-data="{ open: false }">
 <div x-data="{ open: false }">