Skip to content

Commit dc2903a

Browse files
committed
spelling
1 parent 55a2d5a commit dc2903a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

guides/release/in-depth-topics/patterns-for-actions.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ import { action } from '@ember/object';
6868
}
6969
```
7070

71-
These two are functionaly equivalent and are used interchangably throughout these guides.
71+
These two are functionally equivalent and are used interchangeably throughout these guides.
7272

7373
So, to hook up the button to toggle the `isConfirming` property, we'll define a `launchConfirmDialog` action:
7474

0 commit comments

Comments
 (0)