Skip to content

Commit 4cf893a

Browse files
committed
Merge pull request #349 from juukie/fix-typo-transition
Add missing transition parameter
2 parents 63521df + 465d94b commit 4cf893a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/en/pipeline/data.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ By returning a Promise:
5959

6060
``` js
6161
route: {
62-
data: function () {
62+
data: function (transition) {
6363
return messageService
6464
.fetch(transition.to.params.messageId)
6565
.then(function (message) {

0 commit comments

Comments
 (0)