Skip to content
This repository has been archived by the owner on Dec 19, 2017. It is now read-only.

Commit

Permalink
Merge 708a4a3 into de55bf6
Browse files Browse the repository at this point in the history
  • Loading branch information
caseyWebb authored Oct 24, 2017
2 parents de55bf6 + 708a4a3 commit f8fb131
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/middleware.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ This...

```javascript
{
'/user/:id': [(ctx) => ctx.router.component = 'user']
'/user/:id': [(ctx) => ctx.route.component = 'user']
}
```

Expand Down

0 comments on commit f8fb131

Please sign in to comment.