Skip to content

Commit

Permalink
Fix Vale errors
Browse files Browse the repository at this point in the history
  • Loading branch information
ppcano committed Oct 21, 2020
1 parent d423920 commit 2b78f5b
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions .vale/Vocab/docs/accept.txt
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@
(?i)vu
(?i)websocket
(?i)ws
(?i)js
(?i)www
(JS|js)lib
[aA]shburn
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ variables when running scripts by using `--include-system-env-vars=false`.

An environment variable could, for example, be specified like this on the command line:

<CodeGroup labels={["Bash", "Windows: CMD", "Windows: Powershell"]} lineNumbers={[false]}>
<CodeGroup labels={["Bash", "Windows: CMD", "Windows: PowerShell"]} lineNumbers={[false]}>

```bash
$ MY_HOSTNAME=test.k6.io k6 run script.js
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ export function authenticateUsingAzure(

### Okta

<CodeGroup labels={["okta.js"]} lineNumbers={[true]}>
<CodeGroup labels={["Okta-test.js"]} lineNumbers={[true]}>

```javascript
import http from 'k6/http';
Expand Down

0 comments on commit 2b78f5b

Please sign in to comment.