Skip to content

Commit 7322f68

Browse files
committed
Syntax Correction
Syntax Correction
1 parent 7d3dfe5 commit 7322f68

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/angular-meteor/client/content/api-reference/1.3.1/api.helpers.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@
7676
this.relevantId = 10;
7777

7878
this.helpers({
79-
users: () => Users.find({ _id: this.getReactively('relevantId') }),
79+
users: () => Users.find({ _id: this.getReactively('relevantId') })
8080
});
8181
}]);
8282

0 commit comments

Comments
 (0)