Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
calebporzio committed Jun 28, 2021
1 parent 577e63f commit a50b20c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/docs/src/en/globals/alpine-data.md
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ export default function () => ({
```

<a name="initial-parameters"></a>
## Initial Parameters
## Initial parameters

In addition to referencing `Alpine.data` providers by their name plainly (like `x-data="dropdown"`), you can also reference them as functions (`x-data="dropdown"`). By calling them as functions directly, you can pass in additional parameters to be used when creating the initial data object like so:

Expand Down

0 comments on commit a50b20c

Please sign in to comment.