Skip to content

Commit

Permalink
Fix typos in documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
davisp committed Jan 6, 2025
1 parent 1933bef commit 71d6635
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion assets/settings/default.json
Original file line number Diff line number Diff line change
Expand Up @@ -712,7 +712,7 @@
"include_warnings": true,
// Settings for inline diagnostics
"inline": {
// Wether to show diagnostics inline or not
// Whether to show diagnostics inline or not
"enabled": false
// The delay in milliseconds to show inline diagnostics after the
// last buffer update.
Expand Down
2 changes: 1 addition & 1 deletion docs/src/configuring-zed.md
Original file line number Diff line number Diff line change
Expand Up @@ -1150,7 +1150,7 @@ To interpret all `.c` files as C++, files called `MyLockFile` as TOML and files

## Diagnostics

- Descrition: Configuration for diagnostics-related features.
- Description: Configuration for diagnostics-related features.
- Setting: `diagnostics`
- Default:

Expand Down

0 comments on commit 71d6635

Please sign in to comment.