Skip to content

Commit 2b78f5b

Browse files
committed
Fix Vale errors
1 parent d423920 commit 2b78f5b

File tree

3 files changed

+3
-2
lines changed

3 files changed

+3
-2
lines changed

.vale/Vocab/docs/accept.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@
2222
(?i)vu
2323
(?i)websocket
2424
(?i)ws
25+
(?i)js
2526
(?i)www
2627
(JS|js)lib
2728
[aA]shburn

src/data/markdown/docs/01 guides/02 Using k6/11 Environment variables.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ variables when running scripts by using `--include-system-env-vars=false`.
3232

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

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

3737
```bash
3838
$ MY_HOSTNAME=test.k6.io k6 run script.js

src/data/markdown/docs/05 Examples/01 Examples/03 oauth-authentication.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ export function authenticateUsingAzure(
6666

6767
### Okta
6868

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

7171
```javascript
7272
import http from 'k6/http';

0 commit comments

Comments
 (0)