Skip to content

Commit

Permalink
Fix typos in README.md (#9512)
Browse files Browse the repository at this point in the history
  • Loading branch information
johanrd committed Jul 15, 2024
1 parent bf500e9 commit e9a71a2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/experiments/src/data-worker/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
pnpm add @warp-drive/experiments
```

Or use favorite your javascript package manager.
Or use your favorite javascript package manager.

## About

Expand Down Expand Up @@ -139,7 +139,7 @@ manager.use([new WorkerFetch(worker)]);
```

> [!TIP]
> SharedWorker and Worker are both supported; however, SharedWorker is preferred
> SharedWorker and Worker are both supported; however, SharedWorker is preferred.
> Worker is sometimes the better choice for test environments.

Expand Down

0 comments on commit e9a71a2

Please sign in to comment.