fix(blog): typos
All checks were successful
/ all (push) Successful in 1m9s

This commit is contained in:
Julien Dessaux 2025-06-08 14:45:17 +02:00
parent eaa7320911
commit 263bc80328
Signed by: adyxax
GPG key ID: F92E51B86E07177E

View file

@ -10,10 +10,10 @@ tags:
## Introduction
Last month I started writing an OpenTofu/terraform for
Last month I started writing an OpenTofu/terraform provider for
[Forgejo](https://forgejo.org/). I wanted to automate this forge the same as I
automate github already: create and manage repositories, provision actions
secrets and variables, configure issue labels, managing mirrors, etc.
secrets and variables, configure issue labels, manage mirrors, etc.
A community provider already existed but it is really barebones and missing
almost all the resources I need. I could have tried to contribute to it, but