Skip to content

Commit df45945

Browse files
committed
docs(legacy): fix typo
1 parent 3505e36 commit df45945

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/legacy/ember-object.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ The [Ember Atlas](https://emberatlas.com) includes guides for migrating [from cl
2828

2929
### Failure modes
3030

31-
You often need to define `this` in actions hashes, computd properties, etc. That in turn often leads to problems with self-referential `this`: TypeScript simply cannot figure out how to stop recursing through the definitions of the type.
31+
You often need to define `this` in actions hashes, computed properties, etc. That in turn often leads to problems with self-referential `this`: TypeScript simply cannot figure out how to stop recursing through the definitions of the type.
3232

3333
Additionally, even when you get past the endlessly-recursive type definition problems, when enough mixins are resolved TypeScript will occasionally just give up because it cannot resolve the property or method you're interested in across the many shared base classes.
3434

0 commit comments

Comments
 (0)