From 05d5b123e970139f300e1fa7fe0d7c761bba28ca Mon Sep 17 00:00:00 2001 From: Codex Date: Sun, 19 Apr 2026 10:51:49 +0800 Subject: [PATCH] docs: replace "automatized" in the PR review guide --- 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 ab2ded7215..407a0517e5 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.