summaryrefslogtreecommitdiffhomepage
path: root/packages/web/src/content/docs/fr/share.mdx
diff options
context:
space:
mode:
Diffstat (limited to 'packages/web/src/content/docs/fr/share.mdx')
-rw-r--r--packages/web/src/content/docs/fr/share.mdx6
1 files changed, 3 insertions, 3 deletions
diff --git a/packages/web/src/content/docs/fr/share.mdx b/packages/web/src/content/docs/fr/share.mdx
index acc7c03f8..e6b067a8c 100644
--- a/packages/web/src/content/docs/fr/share.mdx
+++ b/packages/web/src/content/docs/fr/share.mdx
@@ -41,7 +41,7 @@ Pour définir explicitement le mode manuel dans votre [fichier de configuration]
```json title="opencode.json"
{
- "$schema": "https://opncd.ai/config.json",
+ "$schema": "https://opencode.ai/config.json",
"share": "manual"
}
```
@@ -54,7 +54,7 @@ Vous pouvez activer le partage automatique pour toutes les nouvelles conversatio
```json title="opencode.json"
{
- "$schema": "https://opncd.ai/config.json",
+ "$schema": "https://opencode.ai/config.json",
"share": "auto"
}
```
@@ -69,7 +69,7 @@ Vous pouvez désactiver entièrement le partage en définissant l'option `share`
```json title="opencode.json"
{
- "$schema": "https://opncd.ai/config.json",
+ "$schema": "https://opencode.ai/config.json",
"share": "disabled"
}
```