Commit 360b325c authored by PangeaCake's avatar PangeaCake
Browse files

Smaller typo

parent e93f9811
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -123,7 +123,7 @@ Once you've done that, your config section should look like:
``` json
{
  "type": "postgres",
  "connectionUrl": "postgres://user:password@host:5432/database
  "connectionUrl": "postgres://user:password@host:5432/database"
}
```