Skip to content

Commit c1275b7

Browse files
committed
Minor edits
1 parent 55fc642 commit c1275b7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

guides/source/classic_to_zeitwerk_howto.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -111,9 +111,9 @@ Hold on, I am eager loading the application.
111111
All is good!
112112
```
113113

114-
There can be additional input depending on the application configuration, but the last "All is good!" is what you are looking for.
114+
There can be additional onput depending on the application configuration, but the last "All is good!" is what you are looking for.
115115

116-
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.
116+
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.
117117

118118
If there's one constant reported, fix that particular one and run the task again. Repeat until you get "All is good!".
119119

0 commit comments

Comments
 (0)