Skip to content

Commit ecb513b

Browse files
authored
Merge pull request #1395 from typed-ember/docs_fixes
Docs fixes
2 parents a8d85ab + df45945 commit ecb513b

File tree

2 files changed

+5
-6
lines changed

2 files changed

+5
-6
lines changed

docs/ember/README.md

+4-5
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,9 @@ We do _not_ cover general usage of Ember; instead, we assume that as background
66

77
## Outline
88

9-
* [Controllers](./controllers.md)
10-
* [Services](./services.md)
11-
* [Overview: Ember](./overview.md)
12-
* [Testing](./testing.md)
139
* [Components](./components.md)
14-
* [Helpers](./helpers.md)
10+
* [Services](./services.md)
1511
* [Routes](./routes.md)
12+
* [Controllers](./controllers.md)
13+
* [Helpers](./helpers.md)
14+
* [Testing](./testing.md)

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)