Skip to content

Commit

Permalink
Fix typo in README
Browse files Browse the repository at this point in the history
  • Loading branch information
fxn committed Jan 17, 2022
1 parent 960dbdc commit e88c817
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -437,7 +437,7 @@ However, that can be overridden with `force`:
loader.eager_load(force: true) # database adapters are eager loaded
```

Which may be handy if the project eager loads in the test suite to [ensure project layour compliance](#testing-compliance).
Which may be handy if the project eager loads in the test suite to [ensure project layout compliance](#testing-compliance).

The `force` flag does not affect ignored files and directories, those are still ignored.

Expand Down

0 comments on commit e88c817

Please sign in to comment.