From 4c4e30cd714d316f44d99b91f846e2be666a26db Mon Sep 17 00:00:00 2001 From: Adam <2363879+adamdotdevin@users.noreply.github.com> Date: Tue, 10 Feb 2026 07:11:13 -0600 Subject: fix(docs): locale translations --- packages/web/src/content/docs/ko/plugins.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'packages/web/src/content/docs/ko/plugins.mdx') 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 () => { -- cgit v1.2.3