We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 55a2d5a commit dc2903aCopy full SHA for dc2903a
guides/release/in-depth-topics/patterns-for-actions.md
@@ -68,7 +68,7 @@ import { action } from '@ember/object';
68
}
69
```
70
71
-These two are functionaly equivalent and are used interchangably throughout these guides.
+These two are functionally equivalent and are used interchangeably throughout these guides.
72
73
So, to hook up the button to toggle the `isConfirming` property, we'll define a `launchConfirmDialog` action:
74
0 commit comments