From 7da2154bcc2bc7618bf414d60212c2c2d2cfac5a Mon Sep 17 00:00:00 2001 From: Eman Date: Fri, 20 Mar 2020 19:29:30 +0300 Subject: [PATCH] docs: fix typos in README.md files Fixed typos in README.md files to improve readiblity. Closes #529 --- tools/hawk/README.md | 2 +- tools/spanner/README.md | 2 +- tools/user_migration/README.md | 6 +++--- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/tools/hawk/README.md b/tools/hawk/README.md index 56d4c081..b1b33f5d 100644 --- a/tools/hawk/README.md +++ b/tools/hawk/README.md @@ -11,7 +11,7 @@ this will create a python virtual environment in the `/venv` directory. Once the virtual env is installed, run `. venv/bin/activate`. This will ensure that calls to python and python tools happen within this -virutal environment. +virtual environment. 2) install the requirements using: diff --git a/tools/spanner/README.md b/tools/spanner/README.md index c0f920bb..bdec0d43 100644 --- a/tools/spanner/README.md +++ b/tools/spanner/README.md @@ -1,6 +1,6 @@ # Spanner Tools and Scripts -These tools are supplimental scripts for working with the Google Cloud Platform. Follow [the general installation instructions](https://cloud.google.com/spanner/docs/getting-started/python/), as well as fetch the proper service account credentials file. +These tools are supplemental scripts for working with the Google Cloud Platform. Follow [the general installation instructions](https://cloud.google.com/spanner/docs/getting-started/python/), as well as fetch the proper service account credentials file. Remember, the `GOOGLE_APPLICATION_CREDENTIALS` environment variable should point to the absolute path location of your service account credential file. diff --git a/tools/user_migration/README.md b/tools/user_migration/README.md index ae365c11..1efafc88 100644 --- a/tools/user_migration/README.md +++ b/tools/user_migration/README.md @@ -46,7 +46,7 @@ The script will take the following actions: 1. fetch all users from a given node. 1. compare and port all user_collections over (NOTE: this may involve remapping collecitonid values.) -1. begin copying over user information from mysql to spanner +1. begin copying over user information from mysql to spanner. Overall performance may be improved by "batching" BSOs to different processes using: @@ -54,8 +54,8 @@ processes using: `--start_bso` the BSO database (defaults to 0, inclusive) to begin copying from -`--end_bso` the final BSO databse (defaults to 19, inclusive) to copy -from +`--end_bso` the final BSO database (defaults to 19, inclusive) to copy +from. Note that these are inclusive values. So to split between two processes, you would want to use