Skip to content

Commit

Permalink
docs(typescript): fix wrong path of LifeCycle (#3475)
Browse files Browse the repository at this point in the history
  • Loading branch information
trylovetom authored and atian25 committed Feb 19, 2019
1 parent bff38cc commit 5952d12
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/source/en/tutorials/typescript.md
Original file line number Diff line number Diff line change
Expand Up @@ -308,7 +308,7 @@ export default plugin;
### Lifecycle

```typescript
// app/app.ts
// app.ts
import { Application, IBoot } from 'egg';

export default class FooBoot implements IBoot {
Expand Down
2 changes: 1 addition & 1 deletion docs/source/zh-cn/tutorials/typescript.md
Original file line number Diff line number Diff line change
Expand Up @@ -307,7 +307,7 @@ export default plugin;
### 生命周期(Lifecycle)

```typescript
// app/app.ts
// app.ts
import { Application, IBoot } from 'egg';

export default class FooBoot implements IBoot {
Expand Down

0 comments on commit 5952d12

Please sign in to comment.