diff --git a/website/src/daily-emails/2023-03-09.md b/website/src/daily-emails/2023-03-09.md index 2cf379f62..5d0424840 100644 --- a/website/src/daily-emails/2023-03-09.md +++ b/website/src/daily-emails/2023-03-09.md @@ -9,7 +9,7 @@ permalink: > # - b --- -Out of the three tools I mentioned in yesterday's email - Ansible, Terraform and Pulimi - I mostly use Pulumi these days for writing automation code. +Of the three tools I mentioned in yesterday's email - Ansible, Terraform and Pulumi - I mostly use Pulumi these days for writing automation code. Why? As someone who is already familiar with writing code in certain programming languages, I like that I can use those languages to also write automation, avoid learning a domain-specific language, and those existing approaches like functions and classes to make reusable components and resources.