Skip to content

Commit 1375228

Browse files
committed
Merge pull request #276 from kevgo/master
Fix typo in README.md
2 parents 37b9f42 + 14e887f commit 1375228

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -295,7 +295,7 @@ Spring.application_root = './test/dummy'
295295

296296
There is no `Spring.before_fork` callback. To run something before the
297297
fork, you can place it in `~/.spring.rb` or `config/spring.rb` or in any of the files
298-
which get run when your application initializers, such as
298+
which get run when your application initializes, such as
299299
`config/application.rb`, `config/environments/*.rb` or
300300
`config/initializers/*.rb`.
301301

0 commit comments

Comments
 (0)