Skip to content

Commit ee6729f

Browse files
authored
Merge pull request #20277 from nbibler/fix-typo-in-destroyable-docs
[DOC] Fix typo in destroyable docs
2 parents 3f89e15 + d425480 commit ee6729f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/@ember/destroyable/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ import {
1919
2020
This destroyables API exposes the basic building blocks for destruction:
2121
22-
* registering a function to be ran when an object is destroyyed
22+
* registering a function to be ran when an object is destroyed
2323
* checking if an object is in a destroying state
2424
* associate an object as a child of another so that the child object will be destroyed
2525
when the associated parent object is destroyed.

0 commit comments

Comments
 (0)