Skip to content

Commit 2a86a52

Browse files
author
Greg Sabia Tucker
committed
Merge branch 'release/0.6.0'
2 parents ba05fda + fae1c29 commit 2a86a52

2 files changed

Lines changed: 4 additions & 3 deletions

File tree

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -359,7 +359,8 @@ router.once('init', function(){
359359
router.trigger('event', eventArg1, eventArg2, etc);
360360
```
361361

362-
##### `context` Returns a function that can be called with a specific route in context. Both the `router.context` method and the function it returns can accept middleware. Note: when calling `route.context`, you should omit the trailing slash.
362+
##### `context` Returns a function that can be called with a specific route in context.
363+
Both the `router.context` method and the function it returns can accept middleware. **Note: when calling `route.context`, you should omit the trailing slash.**
363364
```javascript
364365
/**
365366
* @param {String} Route context (without trailing slash)

dist/grapnel.min.js

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)