summaryrefslogtreecommitdiffhomepage
path: root/packages/web/src/content/docs/ko/plugins.mdx
diff options
context:
space:
mode:
Diffstat (limited to 'packages/web/src/content/docs/ko/plugins.mdx')
-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 72b3bde72..6422e3c55 100644
--- a/packages/web/src/content/docs/ko/plugins.mdx
+++ b/packages/web/src/content/docs/ko/plugins.mdx
@@ -260,7 +260,7 @@ export const EnvProtection = async ({ project, client, $, directory, worktree })
### Inject 환경 변수
-환경 변수를 모든 쉘 실행 (AI 도구 및 사용자 터미널)로 주사하십시오.
+환경 변수를 모든 쉘 실행 (AI 도구 및 사용자 terminal)로 주사하십시오.
```javascript title=".opencode/plugins/inject-env.js"
export const InjectEnvPlugin = async () => {