Skip to content

Commit

Permalink
Address review comments
Browse files Browse the repository at this point in the history
  • Loading branch information
flaurida committed Mar 11, 2020
1 parent f4f6e06 commit 4450ac9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/docs/api/qawolf/stop_videos.mdx
Expand Up @@ -9,7 +9,7 @@ import Syntax from '../components/Syntax';

<Syntax code="stopVideos()" />

Stop recording video and wait until all video [artifacts](../../run_tests_in_ci#debug) have saved.
Stop recording videos and wait until all video [artifacts](../../run_tests_in_ci#debug) have saved.

### Arguments

Expand All @@ -25,7 +25,7 @@ No arguments.

### Examples

Stop recording video and wait until all video artifacts are saved:
Stop recording videos and wait until all video artifacts are saved:

```js
const qawolf = require('qawolf');
Expand Down

0 comments on commit 4450ac9

Please sign in to comment.