Skip to content
This repository was archived by the owner on Apr 12, 2024. It is now read-only.

Commit f37a2da

Browse files
Zorigtbtford
authored andcommitted
docs(tutorial/index): explain E2E acronym
It was confusing to read "end 2 end" as a numeric two. I kept wondering what two end(s). Later in the tutorial, the text switched to "End to End" which made more sense than numeric two.
1 parent f694951 commit f37a2da

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/content/tutorial/index.ngdoc

+2-2
Original file line numberDiff line numberDiff line change
@@ -130,7 +130,7 @@ This command will download the following tools, into the `node_modules` director
130130
- [Bower][bower] - client-side code package manager
131131
- [Http-Server][http-server] - simple local static web server
132132
- [Karma][karma] - unit test runner
133-
- [Protractor][protractor] - end 2 end test runner
133+
- [Protractor][protractor] - end to end (E2E) test runner
134134

135135
Running `npm install` will also automatically use bower to download the Angular framework into the
136136
`app/bower_components` directory.
@@ -146,7 +146,7 @@ tasks that you will need while developing:
146146

147147
- `npm start` : start a local development web-server
148148
- `npm test` : start the Karma unit test runner
149-
- `npm run protractor` : run the Protractor end 2 end tests
149+
- `npm run protractor` : run the Protractor end to end (E2E) tests
150150
- `npm run update-webdriver` : install the drivers needed by Protractor
151151

152152
### Install Helper Tools (optional)

0 commit comments

Comments
 (0)