Skip to content

Commit

Permalink
chore(CONTRIBUTING.md): fix typo (#3573)
Browse files Browse the repository at this point in the history
* chore(CONTRIBUTING.md): fix typo

* chore(CONTRIBUTING.md): more typos
  • Loading branch information
ahmehri authored Jul 23, 2024
1 parent a3a8e85 commit 68341a9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ Once it's done, you can run `pnpm run test` (`pnpm run test --watch`) to test yo

To develop locally, you can use the `playground` application to test the changes in some of the packages. Make sure to `pnpm build` the packages before starting the `playground` app because the app consumes the packages as normal "transpiled" dependencies.

You can also run the build in watch mode `pnpm build:bundles:watch` alongside with `pnpm playground:start` to re-bundle and rebuild the application on each change.
You can also run the build in watch mode `pnpm build:watch` alongside `pnpm playground:start` to re-bundle and rebuild the application on each change.

### Test Debugging

Expand Down Expand Up @@ -128,7 +128,7 @@ it('should render a button', () => {

When running the above test, open your browser in [http://localhost:3336](http://localhost:3336) and it should update and show the HTML of what has been rendered at the time of calling `debug`.

Bear in mind we're using we are using [Automatic Mode](https://www.jest-preview.com/docs/getting-started/installation#6-optional--recommended-opt-in-to-automatic-mode), so if you're running the server, any failing test will update the browser view automatically.
Bear in mind we are using [Automatic Mode](https://www.jest-preview.com/docs/getting-started/installation#6-optional--recommended-opt-in-to-automatic-mode), so if you're running the server, any failing test will update the browser view automatically.

## Adding changesets

Expand Down

0 comments on commit 68341a9

Please sign in to comment.