doc: fix typos in various files (#6294)

This commit is contained in:
Didier Durand
2025-12-28 20:06:25 +01:00
committed by GitHub
parent ffd20b4477
commit 29d8557d41
5 changed files with 6 additions and 6 deletions

View File

@@ -98,7 +98,7 @@ export namespace Config {
for (const file of ["opencode.jsonc", "opencode.json"]) {
log.debug(`loading config from ${path.join(dir, file)}`)
result = mergeConfigWithPlugins(result, await loadFile(path.join(dir, file)))
// to satisy the type checker
// to satisfy the type checker
result.agent ??= {}
result.mode ??= {}
result.plugin ??= []