From c1275b77d13b003540b3cc6902fb5a0cc192cb45 Mon Sep 17 00:00:00 2001 From: Xavier Noria Date: Mon, 11 Oct 2021 00:21:33 +0200 Subject: [PATCH] Minor edits --- guides/source/classic_to_zeitwerk_howto.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/guides/source/classic_to_zeitwerk_howto.md b/guides/source/classic_to_zeitwerk_howto.md index b379b1ff594c3..0a4ffc2af3e9c 100644 --- a/guides/source/classic_to_zeitwerk_howto.md +++ b/guides/source/classic_to_zeitwerk_howto.md @@ -111,9 +111,9 @@ Hold on, I am eager loading the application. All is good! ``` -There can be additional input depending on the application configuration, but the last "All is good!" is what you are looking for. +There can be additional onput depending on the application configuration, but the last "All is good!" is what you are looking for. -If there's any file that does not define the expected constant, the task will tell you. It does so one file at a time, because if it moved on, the failure loading one file could cascade into other failures unrelated to the check we want to run and the error report would be unreliable. +If there's any file that does not define the expected constant, the task will tell you. It does so one file at a time, because if it moved on, the failure loading one file could cascade into other failures unrelated to the check we want to run and the error report would be confusing. If there's one constant reported, fix that particular one and run the task again. Repeat until you get "All is good!".