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

Commit 1aaf1c1

Browse files
jan-molakqiyigg
authored andcommitted
Corrected the formatting of a code sample (#4561)
1 parent b204a83 commit 1aaf1c1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/timeouts.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ Protractor waits for the `angular` variable to be present when loading a new pag
6464
### _How to disable waiting for Angular_
6565

6666
If you need to navigate to a page which does not use Angular, you can turn off waiting for Angular by setting
67-
`browser.waitForAngularEnabled(false). For example:
67+
`browser.waitForAngularEnabled(false)`. For example:
6868

6969
```js
7070
browser.waitForAngularEnabled(false);

0 commit comments

Comments
 (0)