Skip to content

Commit b6e8621

Browse files
fix; various linting prose linting errors
1 parent bb103aa commit b6e8621

File tree

3 files changed

+6
-3
lines changed

3 files changed

+6
-3
lines changed

.vale/Vocab/docs/accept.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -154,6 +154,7 @@ Un\*x
154154
unencoded
155155
unencrypted
156156
untyped
157+
variadic
157158
vendored
158159
walkthrough
159160
webpages

src/data/markdown/docs/02 javascript api/07 k6-experimental/01 browser/03 BrowserType/launch--options--.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,8 @@ excerpt: 'Browser module: BrowserType.launch method'
55

66
Launches a new browser process.
77

8+
<!-- vale off -->
9+
810
| Parameter | Type | Default | Description |
911
|-------------------|----------|---------|-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|
1012
| args | string[] | `null` | Extra command line arguments to include when launching browser process. See [this link](https://peter.sh/experiments/chromium-command-line-switches/) for a list of Chromium arguments. Note that arguments should not start with `--` (see the [example](#example)). |
@@ -69,6 +71,8 @@ Additionally if headless mode is set to `true` in [launch options](/javascript-a
6971
| blink-settings | primaryHoverType=2,availableHoverTypes=2,<br />primaryPointerType=4,availablePointerTypes=4 | Sets blink settings. Format is <name\>[=<value\>],<name\>[=<value\>],... The names are declared in [settings.json5](https://source.chromium.org/chromium/chromium/src/+/main:third_party/blink/renderer/core/frame/settings.json5) from chromium project. For boolean type, use "true", "false", or omit '=<value\>' part to set to true. For enum type, use the int value of the enum value. |
7072

7173

74+
<!-- vale on -->
75+
7276
### Returns
7377

7478
| Type | Description |

src/data/markdown/translated-guides/en/02 Using k6/08 Tags and Groups.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -50,9 +50,7 @@ Currently, k6 automatically creates the following tags by default:
5050
To disable some of the preceding tags, use the [`systemTags` option](/using-k6/k6-options/reference/#system-tags).
5151
Note that some data collectors, for example `cloud` runs, may require certain tags.
5252

53-
54-
55-
The following system tags are optional. You can enable them if you you need them:
53+
The following system tags are optional. Enable them as needed:
5654

5755
| Tag | Description |
5856
| ------------- | --------------------------------------------------------------------------------------------------------------------------------- |

0 commit comments

Comments
 (0)