Skip to content

Commit

Permalink
Update docs/recipes/ember.md
Browse files Browse the repository at this point in the history
Co-authored-by: David Khourshid <[email protected]>
  • Loading branch information
NullVoxPopuli and davidkpiano authored Jun 25, 2023
1 parent d92a906 commit 6b3358d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/recipes/ember.md
Original file line number Diff line number Diff line change
Expand Up @@ -144,7 +144,7 @@ export default class extends Component {
```

If using Ember versions older than [Ember 4.5](https://blog.emberjs.com/ember-4-5-released), it is recommended to also have the [plain functions polyfill](https://github.com/ember-polyfills/ember-functions-as-helper-polyfill)
installed so that you can use `state.matches` and other xstate-provided APIs from the template.
installed so that you can use `state.matches(...)` and other XState-provided APIs from the template.

## Custom integration

Expand Down

0 comments on commit 6b3358d

Please sign in to comment.