Skip to content

Commit

Permalink
Merge branch 'destroyables' of github.com:emberjs/rfcs into destroyables
Browse files Browse the repository at this point in the history
  • Loading branch information
Chris Garrett committed Mar 4, 2020
2 parents c2e8c95 + 6f189cb commit 584b6f2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion text/0580-destroyables.md
Original file line number Diff line number Diff line change
Expand Up @@ -202,7 +202,7 @@ destroying. Otherwise returns false.

#### `assertDestroyablesDestroyed`

This function asserts that all objects which has associated destructors or
This function asserts that all objects which have associated destructors or
associated children have been destroyed at the time it is called. It is meant to
be a low level hook that testing frameworks like `ember-qunit` and `ember-mocha`
can use to hook into and validate that all destroyables have in fact been
Expand Down

0 comments on commit 584b6f2

Please sign in to comment.