Skip to content

Commit 9f31025

Browse files
jlara310samtstern
authored andcommitted
Fix a few typos (#20)
1 parent 51a2de8 commit 9f31025

File tree

1 file changed

+4
-4
lines changed
  • firestore/solution-scheduled-backups

1 file changed

+4
-4
lines changed

firestore/solution-scheduled-backups/README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -23,10 +23,10 @@ $ gcloud projects add-iam-policy-binding YOUR_PROJECT_ID \
2323
```
2424

2525
Give the service account permission to write to the GCS bucket you
26-
are going to use. Here we will use the default bucket:
26+
are going to use. Here, we will use the default bucket:
2727

2828
```shell
29-
$ sutil iam ch \
29+
$ gsutil iam ch \
3030
serviceAccount:[email protected]:objectCreator \
3131
gs://YOUR_PROJECT_ID.appspot.com
3232
```
@@ -38,7 +38,7 @@ Open `cron.yaml` and edit this line:
3838
/cloud-firestore-export?outputUriPrefix=gs://BUCKET_NAME[/PATH]&collections=test1,test2
3939
```
4040

41-
You shoudl change `gs://BUCKET_NAME[/PATH]` to the Google Cloud Storage
41+
You should change `gs://BUCKET_NAME[/PATH]` to the Google Cloud Storage
4242
path where your data should be backed up. If you only want to back up certain
4343
collections, change `test1,test2` to a comma-separated list of those collections.
4444
Otherwise, delete the `&collections=test1,test2` param.
@@ -71,4 +71,4 @@ was started:
7171
outputUriPrefix: "gs://YOUR_PROJECT_ID.appspot.com/2018-10-11-22-47-15"
7272
}
7373
}
74-
```
74+
```

0 commit comments

Comments
 (0)