Skip to content

Commit c3854a6

Browse files
committed
Merge pull request #430 from modcoms/master
grammar cleanup - tutorial intro
2 parents d52c725 + eb92a55 commit c3854a6

File tree

1 file changed

+9
-10
lines changed

1 file changed

+9
-10
lines changed

.docs/angular-meteor/client/views/steps/tutorial.intro.html

+9-10
Original file line numberDiff line numberDiff line change
@@ -14,25 +14,24 @@
1414
<do-nothing class="col-md-12">
1515

1616
{{#markdown}}
17-
# Socially Meteor-Angular Tutorial App
17+
# Socially - A Meteor-Angular Tutorial App
1818

19-
The purpose of this tutorial is to start from the beginning of writing applications with Meteor and AngularJS.
19+
This tutorial serves as a comprehensive introduction to writing applications with Meteor and AngularJS.
2020

21-
The tutorial will be good for you whether you do or don't have previous knowledge in either Angular or Meteor.
21+
No previous knowledge in Angular or Meteor is necessary.
2222

23-
We will walk you through building an Angular-Meteor app. here is the final version - [http://socially-step18.meteor.com/](http://socially-step18.meteor.com/)
23+
We will walk you through building an Angular-Meteor app. Can't wait to see it? Here's the final version - [http://socially-step18.meteor.com/](http://socially-step18.meteor.com/). Don't forget to come back an go through this tutorial!
2424

25-
You can also participate in our free angular-meteor university and do step by step exercise together with community members.
25+
You can also participate in our free angular-meteor university and do the step by step exercises together with community members.
2626
Read more about the angular-meteor university [here](https://github.com/Urigo/meteor-angular-socially#angular-meteor-university-).
2727

28-
It will show you how AngularJS makes the browser smarter, while making your application code smaller and easier.
28+
See how AngularJS makes the browser smarter, while making your application code smaller and easier.
2929

30-
It will also show you how powerful Meteor is, with it's powerful data synchronization and latency compensation.
30+
Also how powerful Meteor is, with it's Distributed Data Protocol (it's like "REST for websockets") and latency compensation.
3131

32-
We will also tap into the huge eco-systems of each of those frameworks that will allow us to write quality applications in a fraction of the time.
32+
We will also tap into the huge eco-systems of each of these frameworks. Which will allow us to write quality applications in a fraction of the time.
3333

34-
Our goal in this tutorial is to add more steps as we go along, to cover as many use cases as possible, so if there
35-
is a use case you are missing here, please suggest it on our [Github issues page](https://github.com/Urigo/angular-meteor/issues).
34+
Our goal in this tutorial is to add more steps as we go along and to cover as many use cases as possible. So if there's a use case you think is missing, please suggest it on the [Github issues page](https://github.com/Urigo/angular-meteor/issues).
3635

3736
We also welcome pull requests for new chapters, we would love to work with you on them!
3837

0 commit comments

Comments
 (0)