Skip to content

Commit 2e264a1

Browse files
committed
Merge pull request Urigo#1063 from Vindexus/patch-1
Add missing [ to markdown link.
2 parents b17e0cb + f0741be commit 2e264a1

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
@@ -19,7 +19,7 @@
1919

2020
Under the hood, each helper starts a new [Tracker.autorun](http://docs.meteor.com/#/full/tracker_autorun). When its reactive dependencies change, the helper is rerun.
2121

22-
To trigger a rerun every time an specific Angular variable change, use getReactively](/api/1.3.1/get-reactively) to make your Angular variable reactive inside the helper its used in.
22+
To trigger a rerun every time an specific Angular variable change, use [getReactively](/api/1.3.1/get-reactively) to make your Angular variable reactive inside the helper its used in.
2323

2424
Each helper function should return a [MongoDB Cursor](http://docs.meteor.com/#/full/mongo_cursor) and the helpers will expose it as a normal array to the context.
2525

0 commit comments

Comments
 (0)