From b093064f2071e0160742839c04481ef6b5a53d89 Mon Sep 17 00:00:00 2001 From: Masafumi Koba <473530+ybiquitous@users.noreply.github.com> Date: Tue, 24 Oct 2023 06:21:07 +0900 Subject: [PATCH] Add missing "the" in README.md [skip ci] (#246) In the "Renaming a table" section. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 28756f21..0740c170 100644 --- a/README.md +++ b/README.md @@ -305,7 +305,7 @@ A safer approach is to: 1. Create a new table 2. Write to both tables -3. Backfill data from the old table to new table +3. Backfill data from the old table to the new table 4. Move reads from the old table to the new table 5. Stop writing to the old table 6. Drop the old table