Skip to content

Commit

Permalink
Sentence structure/agreement
Browse files Browse the repository at this point in the history
  • Loading branch information
AugustMiller committed Mar 3, 2022
1 parent ce49950 commit 70a60fc
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 @@ -123,7 +123,7 @@ Alpine.data('blinker', () => {
})
```

> Note the difference in the first line of this component definition—we're opening a function body, rather than the arrow function’s [implicit return](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Functions/Arrow_functions#function_body) feature, as in previous examples. Your component's final definition still takes the same shape, but must be explicitly returned by the factory function.
> Note the difference in the first line of this component definition—we're opening a function body, rather than using the arrow function’s [implicit return](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Functions/Arrow_functions#function_body) feature, as in previous examples. Your component's final definition still takes the same shape, but must be explicitly returned by the factory function.
<a name="using-magic-properties"></a>
## Using magic properties
Expand Down

0 comments on commit 70a60fc

Please sign in to comment.