From 202ec120565f46712a815cf6479d07c5dcf862f9 Mon Sep 17 00:00:00 2001 From: Avnish Uba Date: Thu, 28 May 2026 21:55:34 +0530 Subject: [PATCH] docs: fix grammar in config.mdx (#29683) Co-authored-by: dnsnav Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com> --- packages/web/src/content/docs/config.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/web/src/content/docs/config.mdx b/packages/web/src/content/docs/config.mdx index 3cb9d93748..b5b492f76d 100644 --- a/packages/web/src/content/docs/config.mdx +++ b/packages/web/src/content/docs/config.mdx @@ -116,7 +116,7 @@ For project-specific TUI settings, add `tui.json` alongside it. Place project specific config in the root of your project. ::: -When OpenCode starts up, it looks for a config file in the current directory or traverse up to the nearest Git directory. +When OpenCode starts up, it first looks for a config file in the current directory, then traverses up to the nearest Git directory. This is also safe to be checked into Git and uses the same schema as the global one.