From d72e5c6096c828ca75445a71fdfaba058c2e3e61 Mon Sep 17 00:00:00 2001 From: Darius Parvin <41220998+DariusParvin@users.noreply.github.com> Date: Wed, 26 Apr 2023 15:09:50 -0700 Subject: [PATCH] Fix typo change `stamements` to `statements` --- database/spanner/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/database/spanner/README.md b/database/spanner/README.md index 75ece73f1..dda7fe9b0 100644 --- a/database/spanner/README.md +++ b/database/spanner/README.md @@ -33,7 +33,7 @@ as described in [README.md#database-urls](../../README.md#database-urls) ## DDL with comments At the moment the GCP Spanner backed does not seem to allow for comments (See https://issuetracker.google.com/issues/159730604) -so in order to be able to use migration with DDL containing comments `x-clean-stamements` is required +so in order to be able to use migration with DDL containing comments `x-clean-statements` is required ## Multiple statements