Skip to content

Commit a5b15b6

Browse files
fix typo and grammar errors (#764)
* Update README.md * Update task.md * Update getting-started.md * Apply suggestions from code review --------- Co-authored-by: Helio Machado <0x2b3bfa0+git@googlemail.com>
1 parent 53cd393 commit a5b15b6

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ Supported cloud vendors [include][auth]:
3535

3636
## Why TPI?
3737

38-
There are a several reasons to use TPI instead of other related solutions (custom scripts and/or cloud orchestrators):
38+
There are several reasons to use TPI instead of other related solutions (custom scripts and/or cloud orchestrators):
3939

4040
1. **Reduced management overhead and infrastructure cost**:
4141
TPI is a CLI tool, not a running service. It requires no additional orchestrating machine (control plane/head nodes) to schedule/recover/terminate instances. Instead, TPI runs (spot) instances via cloud-native scaling groups[^scalers], taking care of recovery and termination automatically on the cloud provider's side. This design reduces management overhead & infrastructure costs. You can close your laptop while cloud tasks are running -- auto-recovery happens even if you are offline.

docs/guides/getting-started.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@ With spot/preemptible instances (`spot >= 0`), auto-recovery logic and persisten
105105

106106
-> **Note:** A large `workdir` may take a long time to upload.
107107

108-
~> **Warning:** To take full advantage of spot instance recovery, a `script` should start by cheching the disk for results (recovered from a previous interrupted run).
108+
~> **Warning:** To take full advantage of spot instance recovery, a `script` should start by checking the disk for results (recovered from a previous interrupted run).
109109

110110
-> **Note:** The [`id`](https://registry.terraform.io/providers/iterative/iterative/latest/docs/resources/task#id) returned by `terraform apply` (i.e. `[id=tpi-···]`) can be used to locate the created cloud resources through the cloud's web console or command–line tool.
111111

docs/resources/task.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -325,7 +325,7 @@ resource "iterative_task" "example" {
325325
```
326326

327327
The container name may include a path component, in this case the specified subdirectory will be used
328-
to store task execution results. Otherwise, a subdirectory will be created with a name matchin the
328+
to store task execution results. Otherwise, a subdirectory will be created with a name matching the
329329
task's randomly generated id.
330330

331331
If the container name is suffixed with a forward slash, (`container-name/`), the root of the container

0 commit comments

Comments
 (0)