Browse Source

Merge pull request #1547 from gjcourtney/patch-1

Fixing a typo
Caleb Porzio 3 years ago
parent
commit
5259ba6b54
1 changed files with 1 additions and 1 deletions
  1. 1 1
      packages/docs/src/en/globals/alpine-data.md

+ 1 - 1
packages/docs/src/en/globals/alpine-data.md

@@ -29,7 +29,7 @@ Here's a contrived `dropdown` component for example:
 </script>
 ```
 
-As you can see we've extracted the properties and methods we would usually define directly inside `x-data` into a seperate Alpine component object.
+As you can see we've extracted the properties and methods we would usually define directly inside `x-data` into a separate Alpine component object.
 
 <a name="registering-from-a-bundle"></a>
 ## Registering from a bundle