From d0f56dfb896eff996adbf82199a92d1df3a1cdf7 Mon Sep 17 00:00:00 2001 From: Dev Kumar Date: Wed, 1 Jul 2026 13:40:29 -0400 Subject: [PATCH] fix(docs): correct typos in README --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index a343ce749..ca2bdc753 100644 --- a/README.md +++ b/README.md @@ -10,11 +10,11 @@ Mapt is a swiss army knife for provisioning environments, the project is focused ### Instances -Mapt offers a set of instances categorize by the OS, instances can benefit from spot module which will allocate the machine on a region with a good relationship beetween cost / availability. Also and depending on the type of instances it will use specific best practices to boost the provisioning time (i.e Fast Launch, Root Volume Replacement, ...). +Mapt offers a set of instances categorize by the OS, instances can benefit from spot module which will allocate the machine on a region with a good relationship between cost / availability. Also and depending on the type of instances it will use specific best practices to boost the provisioning time (i.e Fast Launch, Root Volume Replacement, ...). Instances can be wrapped on specific topologies like airgap, in this case mapt will set the target isolated and will create a bastion to allow access to it. -Instances can also define a timeout to avoid leftovers in case destoy operation is missing. Using this approach mapt will be execute as an unateneded execution using servless technologies. +Instances can also define a timeout to avoid leftovers in case destroy operation is missing. Using this approach mapt will be execute as an unattended execution using serverless technologies. [MacOS](docs/aws/mac.md) - [Windows Server](docs/aws/windows.md) - [Windows Desktop](docs/azure/windows.md) - [RHEL](docs/aws/rhel.md) - [Fedora](docs/azure/fedora.md) - [Ubuntu](docs/azure/ubuntu.md) @@ -41,4 +41,4 @@ The integrations allow to provision the machine and link to different CI/CD syst * [Cirrus Persistent Worker](https://cirrus-ci.org/guide/persistent-workers/) * [GitLab Runner](docs/gitlab-runner.md) -And [Tekton taks](tkn) are offered to dynamically provision the remote target to use within tekton pipelines \ No newline at end of file +And [Tekton tasks](tkn) are offered to dynamically provision the remote target to use within tekton pipelines \ No newline at end of file