Skip to content

Commit fd80f80

Browse files
authored
fix: add warning about JSON string escaping
1 parent 1f92a57 commit fd80f80

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

docs/cli/syncing.mdx

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,3 +46,5 @@ Example of sync pairs registry:
4646
}
4747
]
4848
```
49+
50+
Note that since this is a JSON file, backslashes (`\`) in strings need to be escaped, e. g. `"C:\\some\\path"`).

0 commit comments

Comments
 (0)