Fix proxy setting documentation (#12151)

Joseph T. Lyons created

Release Notes:

- N/A

Change summary

assets/settings/default.json | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)

Detailed changes

assets/settings/default.json 🔗

@@ -836,7 +836,7 @@
   // environment variables.
   //
   // Examples:
-  //   - "proxy" = "socks5://localhost:10808"
-  //   - "proxy" = "http://127.0.0.1:10809"
+  //   - "proxy": "socks5://localhost:10808"
+  //   - "proxy": "http://127.0.0.1:10809"
   "proxy": null
 }