Skip to content

Commit 1031576

Browse files
authored
Update guides/release/upgrading/current-edition/glimmer-components.md
1 parent dc685e1 commit 1031576

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

guides/release/upgrading/current-edition/glimmer-components.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -829,7 +829,7 @@ export default class ScrollComponent extends Component {
829829

830830
The new `add-event-listener` modifier presents a more expressive interface to
831831
the `hbs` template: There is only a single modifier to apply instead of two, the
832-
implemention always tears down after itself upon teardown of the target element,
832+
implementation always tears down after itself upon teardown of the target element,
833833
and the only JavaScript you have to write during re-user is the implementation
834834
of the business logic.
835835

0 commit comments

Comments
 (0)