From 452e7a7b008a3601d7364bdd391b64dda197e26c Mon Sep 17 00:00:00 2001 From: "Brett R. Toomey" Date: Mon, 10 Apr 2017 12:27:26 +0200 Subject: [PATCH] Added missing comma --- 2.0/docs/mysql/provider.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/2.0/docs/mysql/provider.md b/2.0/docs/mysql/provider.md index 69c44355..8c073953 100644 --- a/2.0/docs/mysql/provider.md +++ b/2.0/docs/mysql/provider.md @@ -72,7 +72,7 @@ Read replicas can be supplied by passing a single `master` hostname and an array ```json { "master": "master.mysql.foo.com", - "readReplicas": ["read01.mysql.foo.com", "read02.mysql.foo.com"] + "readReplicas": ["read01.mysql.foo.com", "read02.mysql.foo.com"], "user": "root", "password": "password", "database": "hello"