Skip to content

Commit 180f157

Browse files
evoluteurpetebacondarwin
authored andcommitted
docs(README): fix typo and punctuation
Closes angular#215
1 parent fc68ef6 commit 180f157

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

README.md

+8-8
Original file line numberDiff line numberDiff line change
@@ -14,20 +14,20 @@ The full tutorial can be found at http://docs.angularjs.org/tutorial.
1414

1515
### Git
1616

17-
- A good place to learn about setting up git is [here][git-github]
18-
- Git [home][git-home] (download, documentation)
17+
- A good place to learn about setting up git is [here][git-github].
18+
- Git [home][git-home] (download, documentation).
1919

2020
### Node.js and Tools
2121

2222
- Get [Node.js][node-download].
23-
- Install the tool dependencies (`npm install`)
23+
- Install the tool dependencies (`npm install`).
2424

2525

2626
## Workings of the application
2727

2828
- The application filesystem layout structure is based on the [angular-seed] project.
2929
- There is no dynamic backend (no application server) for this application. Instead we fake the
30-
an application server by fetching static json files.
30+
application server by fetching static json files.
3131
- Read the Development section at the end to familiarize yourself with running and developing
3232
an angular application.
3333

@@ -41,8 +41,8 @@ To see the changes which between any two lessons use the git diff command.
4141

4242
### step-0
4343

44-
- Add ngApp directive to bootstrap the app
45-
- Add simple template with an expression
44+
- Add ngApp directive to bootstrap the app.
45+
- Add simple template with an expression.
4646

4747

4848
### step-1
@@ -54,12 +54,12 @@ To see the changes which between any two lessons use the git diff command.
5454
### step-2
5555

5656
- Convert the static html list into dynamic one by:
57-
- creating `PhoneListCtrl` controller for the application
57+
- creating `PhoneListCtrl` controller for the application.
5858
- extracting the data from HTML, moving it into the controller as an in-memory dataset.
5959
- converting the static HTML document into an Angular template with the use of the `ngRepeat`
6060
directive which iterates over the dataset of phones.
6161
`ngRepeat` clones its contents for each instance in the dataset and renders it into the view.
62-
- Add a simple unit test to show off how to write tests and run them with Karma
62+
- Add a simple unit test to show off how to write tests and run them with Karma.
6363

6464

6565
### step-3

0 commit comments

Comments
 (0)