From 2f407264fb4fc7d3376cbc8bd4041f627f57bb41 Mon Sep 17 00:00:00 2001 From: Pedro Saratscheff <4401263+saratscheff@users.noreply.github.com> Date: Fri, 15 Nov 2024 15:35:42 -0300 Subject: [PATCH] Fix typo in README.md Just a one character typo fix (to->do) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 754b8bd..d853861 100644 --- a/README.md +++ b/README.md @@ -617,7 +617,7 @@ We try to approximate local/test and live as close as possible, therefore using ### Approach 3a: Isolation by templates -We discovered that using [PostgreSQL templates](https://supabase.com/blog/2020/07/09/postgresql-templates) and creating the actual new test database from them is quite fast, let's to this: +We discovered that using [PostgreSQL templates](https://supabase.com/blog/2020/07/09/postgresql-templates) and creating the actual new test database from them is quite fast, let's do this: * Test runner starts * Recreate a PostgreSQL template database