From b457aa16f28ee7d053a1277ade69e41849edf82b Mon Sep 17 00:00:00 2001 From: Ivan Krutov Date: Mon, 19 Feb 2018 06:32:13 +0300 Subject: [PATCH] Added missing comma to docs --- docs/browsers-configuration-file.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/browsers-configuration-file.adoc b/docs/browsers-configuration-file.adoc index ff8a07be..6b3602d2 100644 --- a/docs/browsers-configuration-file.adoc +++ b/docs/browsers-configuration-file.adoc @@ -113,7 +113,7 @@ Selenoid proxies connections to either Selenium server or standalone driver bina ---- "46.0": { //... - "port": "" + "port": "", "tmpfs": {"/tmp": "size=512m", "/var": "size=128m"}, "path" : "", "volumes": ["/from:/to", "/another:/one:ro"],