summaryrefslogtreecommitdiffhomepage
path: root/packages/web/src/content/docs/it/plugins.mdx
diff options
context:
space:
mode:
authorAdam <[email protected]>2026-02-10 16:02:18 -0600
committeropencode <[email protected]>2026-02-10 22:12:32 +0000
commit50c705cd2d138781b487e666ca35e04741e85130 (patch)
tree1d4a68e28624c321f1dc9ec49e27f1cb45eb8d59 /packages/web/src/content/docs/it/plugins.mdx
parent3894c217ccf0797bd57413677d8b355ad3879ba7 (diff)
downloadopencode-50c705cd2d138781b487e666ca35e04741e85130.tar.gz
opencode-50c705cd2d138781b487e666ca35e04741e85130.zip
fix(docs): locale translations
Diffstat (limited to 'packages/web/src/content/docs/it/plugins.mdx')
-rw-r--r--packages/web/src/content/docs/it/plugins.mdx2
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/web/src/content/docs/it/plugins.mdx b/packages/web/src/content/docs/it/plugins.mdx
index 7661eaccd..ea73f40ff 100644
--- a/packages/web/src/content/docs/it/plugins.mdx
+++ b/packages/web/src/content/docs/it/plugins.mdx
@@ -259,7 +259,7 @@ export const EnvProtection = async ({ project, client, $, directory, worktree })
### Inietta variabili d'ambiente
-Inietta variabili d'ambiente in tutte le esecuzioni di shell (strumenti AI e terminal utente):
+Inietta variabili d'ambiente in tutte le esecuzioni di shell (strumenti AI e terminale utente):
```javascript title=".opencode/plugins/inject-env.js"
export const InjectEnvPlugin = async () => {