Skip to content

Commit 6e98437

Browse files
authored
fix(docs): correct reversed meaning in Korean plugins logging section (anomalyco#13945)
1 parent 4fd3141 commit 6e98437

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

packages/web/src/content/docs/ko/plugins.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -312,7 +312,7 @@ export const CustomToolsPlugin: Plugin = async (ctx) => {
312312

313313
### 로깅
314314

315-
구조화된 로깅을 위한 `client.app.log()` 대신에 `console.log`를 사용하십시오:
315+
구조화된 로깅을 위해 `console.log` 대신 `client.app.log()`를 사용하십시오:
316316

317317
```ts title=".opencode/plugins/my-plugin.ts"
318318
export const MyPlugin = async ({ client }) => {

0 commit comments

Comments
 (0)