From 66a9ff9fd001c2d026f08622dcb8a32ed97e6dd1 Mon Sep 17 00:00:00 2001 From: Erjan Kalybek Date: Wed, 27 Feb 2019 07:19:22 +0100 Subject: [PATCH] Fix typo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index a5f98cea..40ed09fb 100644 --- a/README.md +++ b/README.md @@ -169,7 +169,7 @@ $queryBuilder->partitionedUpdate($values); $queryBuilder->partitionedDelete($values); ``` -However, Partitioned DML has some limitations. See [Cloud Spanner Documentation abount Partitioned DML](https://cloud.google.com/spanner/docs/dml-partitioned#dml_and_partitioned_dml) for more information. +However, Partitioned DML has some limitations. See [Cloud Spanner Documentation about Partitioned DML](https://cloud.google.com/spanner/docs/dml-partitioned#dml_and_partitioned_dml) for more information. ### Interleave