Skip to content

Commit 8d173b1

Browse files
authored
doc: Fixed some of the typos within the README.MD for the PIT example(#1902)
1 parent 8b5110f commit 8d173b1

File tree

1 file changed

+2
-2
lines changed
  • examples/mongodbatlas_cloud_provider_snapshot_restore_job/point-in-time

1 file changed

+2
-2
lines changed

examples/mongodbatlas_cloud_provider_snapshot_restore_job/point-in-time/README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,9 @@ Variables Required:
77
- `cluster_name`: Name of the cluster
88
- `point_in_time_utc_seconds`: Point in time to restore to, a number of seconds since unix epoch.
99

10-
In order to utilize the backup restore job via point in time, fist you need a backup with which to restore.
10+
In order to utilize the backup restore job via point in time, first you need a backup with which to restore.
1111
This example has been configured to only create the backup restore if `point_in_time_utc_seconds` is a non-zero number.
12-
As such, utilize the following example `terraform.tfvars` and pseudo-code to execute a workign example:
12+
As such, utilize the following example `terraform.tfvars` and pseudo-code to execute a working example:
1313

1414
Example `terraform.tfvars`
1515
```

0 commit comments

Comments
 (0)