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

docs(guide/E2E Testing): Added '-' to 'end-to-end' #10458

Closed
wants to merge 1 commit into from

Conversation

chikeichan
Copy link
Contributor

E2E Testing is generally spelled out as End-to-end testing in the community, but is referred to as end to end testing in the documentation. I have updated all instances of 'end to end' to 'end-to-end'. This should align the documentation with what's generally accepted in the community.

CHANGES 1: In the past, end-to-end testing could be done with a...
CHANGES 2: End-to-end tests are made to find these problems.
CHANGES 3: Protractor is a Node.js program, and runs end-to-end tests that are...
CHANGES 4: (For example, {@link $http $http} has an end-to-end test in the example under the protractor.js tag)

E2E Testing is generally spelled out as End-to-end testing in the community, but is referred to as end to end testing in the documentation. I have updated all instances of 'end to end' to 'end-to-end'. This should align the documentation with what's generally accepted in the community.

CHANGES angular#1: In the past, end-to-end testing could be done with a...
CHANGES angular#2: End-to-end tests are made to find these problems.
CHANGES angular#3: Protractor is a [Node.js](http://nodejs.org) program, and runs end-to-end tests that are...
CHANGES angular#4: (For example, {@link $http $http} has an end-to-end test in the example under the `protractor.js` tag)
@googlebot
Copy link

CLAs look good, thanks!

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants