Skip to content

Commit

Permalink
chore: fix grammatical errors in docs (#38)
Browse files Browse the repository at this point in the history
  • Loading branch information
tyleralbee authored Aug 8, 2024
1 parent 4fa04f0 commit 7fc20c9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ If you'd like to exclude biome from running in every project,
}
```

2. And enable it in the projects local settings:
2. And enable it in the project's local settings:

```jsonc
// <workspace>/.zed/settings.json
Expand All @@ -106,7 +106,7 @@ If you'd like to exclude biome from running in every project,
}
```

The same can be configured on a per-lanugage bassis with the [`languages`](https://zed.dev/docs/configuring-zed#languages) key.
The same can be configured on a per-language basis with the [`languages`](https://zed.dev/docs/configuring-zed#languages) key.

### Run code actions on format:

Expand Down

0 comments on commit 7fc20c9

Please sign in to comment.