Skip to content

Commit

Permalink
Fix brower typo
Browse files Browse the repository at this point in the history
  • Loading branch information
heitortsergent committed Feb 14, 2024
1 parent 174751f commit 3808dea
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion docs/sources/v0.47.x/using-k6/modules.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ import http from 'k6/http';

These modules are stored on the local filesystem, and accessed either through relative or absolute filesystem paths.

k6 adopts a **brower-like module resolution** and doesn't support [Node.js module resolution](https://nodejs.org/api/modules.html#modules_all_together). File names for `imports` must be fully specified, such as `./helpers.js`.
k6 adopts a **browser-like module resolution** and doesn't support [Node.js module resolution](https://nodejs.org/api/modules.html#modules_all_together). File names for `imports` must be fully specified, such as `./helpers.js`.

```javascript
//my-test.js
Expand Down
2 changes: 1 addition & 1 deletion docs/sources/v0.48.x/using-k6/modules.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ import http from 'k6/http';

These modules are stored on the local filesystem, and accessed either through relative or absolute filesystem paths.

k6 adopts a **brower-like module resolution** and doesn't support [Node.js module resolution](https://nodejs.org/api/modules.html#modules_all_together). File names for `imports` must be fully specified, such as `./helpers.js`.
k6 adopts a **browser-like module resolution** and doesn't support [Node.js module resolution](https://nodejs.org/api/modules.html#modules_all_together). File names for `imports` must be fully specified, such as `./helpers.js`.

```javascript
//my-test.js
Expand Down
2 changes: 1 addition & 1 deletion docs/sources/v0.49.x/using-k6/modules.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ import http from 'k6/http';

These modules are stored on the local filesystem, and accessed either through relative or absolute filesystem paths.

k6 adopts a **brower-like module resolution** and doesn't support [Node.js module resolution](https://nodejs.org/api/modules.html#modules_all_together). File names for `imports` must be fully specified, such as `./helpers.js`.
k6 adopts a **browser-like module resolution** and doesn't support [Node.js module resolution](https://nodejs.org/api/modules.html#modules_all_together). File names for `imports` must be fully specified, such as `./helpers.js`.

```javascript
//my-test.js
Expand Down

0 comments on commit 3808dea

Please sign in to comment.