diff options
| author | Tom Watkins <[email protected]> | 2025-06-20 02:08:21 +0100 |
|---|---|---|
| committer | GitHub <[email protected]> | 2025-06-19 21:08:21 -0400 |
| commit | f6afa2c6bb20d7b6714bce9dbf6cf0bd157440d2 (patch) | |
| tree | 671feb0a6aee312081fecc1d5b85311fa1c90947 | |
| parent | b2fb0508ea4ca372699a1970d239a58895bb0cd8 (diff) | |
| download | opencode-f6afa2c6bb20d7b6714bce9dbf6cf0bd157440d2.tar.gz opencode-f6afa2c6bb20d7b6714bce9dbf6cf0bd157440d2.zip | |
docs: fix typo in config.mdx (#218)
| -rw-r--r-- | packages/web/src/content/docs/docs/config.mdx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/web/src/content/docs/docs/config.mdx b/packages/web/src/content/docs/docs/config.mdx index a92d89626..7e01c7bf4 100644 --- a/packages/web/src/content/docs/docs/config.mdx +++ b/packages/web/src/content/docs/docs/config.mdx @@ -5,7 +5,7 @@ title: Config You can configure opencode using a JSON config file that can be placed in: - Globally under `~/.config/opencode/config.json`. -- Your project root under `opencode.json`. This is safe to checked into Git and uses the same schema as the global one. +- Your project root under `opencode.json`. This is safe to be checked into Git and uses the same schema as the global one. ```json { |
