diff --git a/docs/recipes/ember.md b/docs/recipes/ember.md index 8e37fa3d6e..5d20ad7f81 100644 --- a/docs/recipes/ember.md +++ b/docs/recipes/ember.md @@ -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