Skip to content

Commit 465d94b

Browse files
committed
Update data.md
1 parent 871c83d commit 465d94b

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
@@ -56,7 +56,7 @@ By returning a Promise:
5656

5757
``` js
5858
route: {
59-
data: function () {
59+
data: function (transition) {
6060
return messageService
6161
.fetch(transition.to.params.messageId)
6262
.then(function (message) {

0 commit comments

Comments
 (0)