Skip to content

Commit e1ce7a3

Browse files
todofixthisna--
authored andcommitted
Fixed typo in 03 Running k6 docs ✏️
1 parent 6e3447b commit e1ce7a3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/data/markdown/docs/01 guides/01 Getting started/03 Running k6.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ running. Code _outside_ of it is called "init code", and is run only once per VU
9898
```javascript
9999
// init code
100100

101-
export default function( {
101+
export default function() {
102102
// vu code
103103
}
104104

0 commit comments

Comments
 (0)