From d26d9969b7657ed40bf0f9228411b0ef2b149252 Mon Sep 17 00:00:00 2001 From: kotaroyamazaki Date: Wed, 7 Dec 2022 16:34:41 +0900 Subject: [PATCH] fix typo: laod -> load --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index f2dabae..1e473aa 100644 --- a/README.md +++ b/README.md @@ -43,7 +43,7 @@ gcloud spanner databases ddl update YOUR_DATABASE_ID --instance=YOUR_INSTANCE_ID ### Load data into table -Load some data into the table to seed the upcoming laod test. In the example below, we are loading 10,000 rows of random data into the table `SingleSingers` +Load some data into the table to seed the upcoming load test. In the example below, we are loading 10,000 rows of random data into the table `SingleSingers` ```sh gcsb load -p YOUR_GCP_PROJECT_ID -i YOUR_INSTANCE_ID -d YOUR_DATABASE_ID -t SingleSingers -o 10000