Skip to content

Commit 40f35dd

Browse files
committed
Fixes typo
1 parent 930dddb commit 40f35dd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

guides/source/autoloading_and_reloading_constants.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ Introduction
2020

2121
INFO. This guide documents autoloading, reloading, and eager loading in Rails applications.
2222

23-
In an ordinary Ruby program, you explictly load the files that define classes and modules you want to use. For example, the following controller refers to `ApplicationController` and `Post`, and you'd normally issue `require` calls for them:
23+
In an ordinary Ruby program, you explicitly load the files that define classes and modules you want to use. For example, the following controller refers to `ApplicationController` and `Post`, and you'd normally issue `require` calls for them:
2424

2525
```ruby
2626
# DO NOT DO THIS.

0 commit comments

Comments
 (0)