Skip to content

Commit

Permalink
Translate one sentence.
Browse files Browse the repository at this point in the history
  • Loading branch information
zaoldyeck committed May 6, 2015
1 parent a4945d2 commit 38b9483
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion 11s-advanced-reactivity.md.erb
Expand Up @@ -90,7 +90,7 @@ Meteor.setInterval(function() {
meteor add reactive-var
~~~

The we can use it to simplify our code a bit:
使用它可使我们的代码简化一点:

~~~js
var currentLikeCount = new ReactiveVar();
Expand Down

0 comments on commit 38b9483

Please sign in to comment.