Skip to content

Commit 7258894

Browse files
authored
docs: fix broken paragraph to code whitespace (#4220)
1 parent 52fed83 commit 7258894

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/content/docs/guides/integrate-in-vcs.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@ description: Learn how you can integrate Biome with VCS
44
---
55

66
The VCS (Version Control System) integration is meant to take advantage of **additional** features that only a VCS can provide.
7-
At the moment, Biome only supports Git.
8-
The integration is **opt-in**.
7+
At the moment, Biome only supports Git. The integration is **opt-in**.
8+
99
You have to enable `vcs.enabled` and set `vcs.clientKind` in the Biome configuration file:
1010

1111
```json title="biome.json"

0 commit comments

Comments
 (0)