From 342fe794b5627d76690694b35cf2927d26e63582 Mon Sep 17 00:00:00 2001 From: zifot Date: Mon, 6 Sep 2021 08:25:45 +0200 Subject: [PATCH] Fix a typo in README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 788aa79..d74de06 100644 --- a/README.md +++ b/README.md @@ -55,7 +55,7 @@ setting up and tearing down databases: ``` There is also a pytest fixture called `tmp_postgres` that returns a -new connection string to a temporary databse local domain socket, and +new connection string to a temporary database local domain socket, and can be used in a pytest: ```py3