Przeglądaj źródła

docs: fix typo in config.mdx (#218)

Tom Watkins 8 miesięcy temu
rodzic
commit
f6afa2c6bb
1 zmienionych plików z 1 dodań i 1 usunięć
  1. 1 1
      packages/web/src/content/docs/docs/config.mdx

+ 1 - 1
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
 {