From 933a82f32015ad3a43ad63e729422f53a2a1b3b9 Mon Sep 17 00:00:00 2001 From: Noah Date: Sun, 24 Jun 2018 13:46:19 -0700 Subject: [PATCH] Docs fix - Closes unclosd triple backtick code block Very sorry about that --- docs/connection.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/connection.md b/docs/connection.md index d07e3273d6..fa278ce1a3 100644 --- a/docs/connection.md +++ b/docs/connection.md @@ -45,6 +45,7 @@ createConnection({ type: 'postgres', url: 'postgres://test:test@localhost/test' }) +``` `createConnections` creates multiple connections: