Skip to content

Commit

Permalink
Fix invalid gutter bail message
Browse files Browse the repository at this point in the history
  • Loading branch information
t-taylor committed Jul 6, 2023
1 parent 57e538d commit 30a941a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions book/src/configuration.md
Original file line number Diff line number Diff line change
Expand Up @@ -288,9 +288,9 @@ To customize the behavior of gutters, the `[editor.gutters]` section must
be used. This section contains top level settings, as well as settings for
specific gutter components as subsections.

| Key | Description | Default |
| --- | --- | --- |
| `layout` | A vector of gutters to display | `["diagnostics", "spacer", "line-numbers", "spacer", "diff"]` |
| Key | Description | Default |
| --- | --- | --- |
| `layout` | A vector of gutters to display | `["diagnostics", "spacer", "line-numbers", "diff"]` |

Example:

Expand Down

0 comments on commit 30a941a

Please sign in to comment.