Skip to content

Commit 94a029c

Browse files
committed
Fix spelling mistakes in classic_to_zeitwerk_howto
1 parent 863b0f5 commit 94a029c

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

guides/source/classic_to_zeitwerk_howto.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ config.autoloader = :classic # DELETE THIS LINE
6868

6969
As noted, just delete the override, `zeitwerk` mode is the default.
7070

71-
On the other hand, if the application is loading old framework defaults you need to enable `zeitwerk` mode explictly:
71+
On the other hand, if the application is loading old framework defaults you need to enable `zeitwerk` mode explicitly:
7272

7373
```ruby
7474
# config/application.rb
@@ -112,7 +112,7 @@ Hold on, I am eager loading the application.
112112
All is good!
113113
```
114114

115-
There can be additional ouput depending on the application configuration, but the last "All is good!" is what you are looking for.
115+
There can be additional output depending on the application configuration, but the last "All is good!" is what you are looking for.
116116

117117
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.
118118

@@ -154,7 +154,7 @@ Rails.autoloaders.each do |autoloader|
154154
end
155155
```
156156

157-
With that in place, the check passes 🎉:
157+
With that in place, the check passes :
158158

159159
```
160160
% bin/rails zeitwerk:check

0 commit comments

Comments
 (0)