From 27f7a36d586e6a658c9d000fc547b2c26147ba0d Mon Sep 17 00:00:00 2001 From: Deep145757 <146447579+Deep145757@users.noreply.github.com> Date: Mon, 30 Oct 2023 18:48:07 +0530 Subject: [PATCH] doc(README): remove typo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 160c0d2..a36d3ff 100644 --- a/README.md +++ b/README.md @@ -159,7 +159,7 @@ Resources: Sometimes referred to as **IaC**, it refers to the techniques and tools used to define infrastructure, typically in a markup language like YAML or JSON. Infrastructure as code allows Engineers to automate environment setup and teardown. Accelerates and de-risks deployment by provisioning gold copy environments on demand. -**Terraform** is the most popular infrastructure provisioning tool, but there are others such as Ansimble, Chef, Puppet, and Vagrant. +**Terraform** is the most popular infrastructure provisioning tool, but there are others such as Ansible, Chef, Puppet, and Vagrant. Here you need to know how to do **infrastructure provisioning** and **configuration management**.