From d8697595302c9a0909d0440d4a6d8d40b0d0e7d9 Mon Sep 17 00:00:00 2001 From: Matias Formoso Date: Tue, 19 May 2026 13:36:17 -0300 Subject: [PATCH] docs: use 'automated' instead of 'automatized' in help-fastapi --- docs/en/docs/help-fastapi.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/en/docs/help-fastapi.md b/docs/en/docs/help-fastapi.md index 92ff0f2e02..89faa0e5d9 100644 --- a/docs/en/docs/help-fastapi.md +++ b/docs/en/docs/help-fastapi.md @@ -160,7 +160,7 @@ Here's what to keep in mind and how to review a pull request: * Don't worry too much about things like commit message styles, I will squash and merge customizing the commit manually. -* Also don't worry about style rules, there are already automatized tools checking that. +* Also don't worry about style rules, there are already automated tools checking that. And if there's any other style or consistency need, I'll ask directly for that, or I'll add commits on top with the needed changes.