Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
Alex committed Jul 2, 2016
1 parent f81d54d commit b58b85f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion extension-templating.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ Express's URL parameters look like this:
- `/users/:userId` - matches `/users/123`, `/users/node-girls`
- `/users/:userId/posts/:postId` - matches `/users/node-girls/posts/node-is-best`

Lets add a handler for serving individual blog posts:
Let's add a handler for serving individual blog posts:

```js
app.get('posts/:postId', function (req, res) {
Expand Down

0 comments on commit b58b85f

Please sign in to comment.