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

Commit 34ab492

Browse files
committed
docs(control-flow): add more links and fix typo
1 parent cca12ab commit 34ab492

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Diff for: docs/control-flow.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
1-
The Webdriver Control Flow
1+
The WebDriver Control Flow
22
==========================
33

4-
The WebDriverJS API is based on [promises](https://code.google.com/p/selenium/wiki/WebDriverJs#Promises),
4+
The [WebDriverJS API](https://code.google.com/p/selenium/wiki/WebDriverJs#Understanding_the_API) is based on [promises](https://code.google.com/p/selenium/wiki/WebDriverJs#Promises),
55
which are managed by a [control flow](https://code.google.com/p/selenium/wiki/WebDriverJs#Control_Flows)
6-
and adapated for [Jasmine](http://jasmine.github.io/1.3/introduction.html).
6+
and adapted for [Jasmine](http://jasmine.github.io/1.3/introduction.html).
77
A short summary about how Protractor interacts with the control flow is presented below.
88

99

0 commit comments

Comments
 (0)