Skip to content

Commit

Permalink
Update CONTRIBUTING.md (#3268)
Browse files Browse the repository at this point in the history
  • Loading branch information
singlebeam authored Dec 21, 2024
1 parent 1a1db27 commit a287ea4
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -181,7 +181,7 @@ make py-test
hatch run test:test tests/_ast/
```

**Run a specific tests with optional dependencies.**
**Run a specific test with optional dependencies.**

```bash
hatch run test-optional:test tests/_ast/
Expand Down Expand Up @@ -261,7 +261,7 @@ pnpm storybook

You can develop on marimo with hot reloading on the frontend and/or development
mode on the server (which automatically restarts the server on code changes).
These modes especially helpful when you're making many small changes and
These modes are especially helpful when you're making many small changes and
want to see changes end-to-end very quickly.

For the frontend, you can run either
Expand Down Expand Up @@ -312,7 +312,7 @@ marimo server. This means that:

## Editor settings

If use use vscode, you might find the following `settings.json` useful:
If you use vscode, you might find the following `settings.json` useful:

```json
{
Expand Down

0 comments on commit a287ea4

Please sign in to comment.