summaryrefslogtreecommitdiffhomepage
path: root/packages/web/src/content/docs
diff options
context:
space:
mode:
authorMinung Han <[email protected]>2026-02-17 21:07:09 +0900
committerGitHub <[email protected]>2026-02-17 06:07:09 -0600
commit6e984378d7601f2a74640bb61e27648e2c470758 (patch)
treed071ad5881df50fd8270e563b062cfe61b04cf8d /packages/web/src/content/docs
parent4fd3141ab5d43a55566042982fb4459b5716e140 (diff)
downloadopencode-6e984378d7601f2a74640bb61e27648e2c470758.tar.gz
opencode-6e984378d7601f2a74640bb61e27648e2c470758.zip
fix(docs): correct reversed meaning in Korean plugins logging section (#13945)
Diffstat (limited to 'packages/web/src/content/docs')
-rw-r--r--packages/web/src/content/docs/ko/plugins.mdx2
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/web/src/content/docs/ko/plugins.mdx b/packages/web/src/content/docs/ko/plugins.mdx
index 9a2995df8..7214f3265 100644
--- a/packages/web/src/content/docs/ko/plugins.mdx
+++ b/packages/web/src/content/docs/ko/plugins.mdx
@@ -312,7 +312,7 @@ export const CustomToolsPlugin: Plugin = async (ctx) => {
### 로깅
-구조화된 로깅을 위한 `client.app.log()` 대신에 `console.log`를 사용하십시오:
+구조화된 로깅을 위해 `console.log` 대신 `client.app.log()`를 사용하십시오:
```ts title=".opencode/plugins/my-plugin.ts"
export const MyPlugin = async ({ client }) => {