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" } ```