From d84ea2ec523be08f118059cc3926a6c033e08719 Mon Sep 17 00:00:00 2001 From: albertony <12441419+albertony@users.noreply.github.com> Date: Thu, 10 Jul 2025 22:08:25 +0200 Subject: [PATCH] docs: fix incorrect json syntax in sample output --- docs/content/rc.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/docs/content/rc.md b/docs/content/rc.md index 03cdcf777..9e896e0e3 100644 --- a/docs/content/rc.md +++ b/docs/content/rc.md @@ -546,8 +546,8 @@ And this is equivalent to `/tmp/dir` ``` { - type = "local", - _root = "/tmp/dir" + "type": "local", + "_root": "/tmp/dir" } ``` @@ -2359,8 +2359,8 @@ e.g. "fs": "/tmp", "remote": 3 }, - "status": 400 - "path": "operations/rmdir", + "status": 400, + "path": "operations/rmdir" } ```