Skip to content

Commit dbc9734

Browse files
authored
Fixed typo in the binstub
1 parent 48b2993 commit dbc9734

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/spring/client/binstub.rb

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ class Binstub < Command
2020
SPRING = <<~CODE
2121
#!/usr/bin/env ruby
2222
23-
# This file loads Spring without using loading other gems in the Gemfile, in order to be fast.
23+
# This file loads Spring without loading other gems in the Gemfile in order to be fast.
2424
# It gets overwritten when you run the `spring binstub` command.
2525
2626
if !defined?(Spring) && [nil, "development", "test"].include?(ENV["RAILS_ENV"])

0 commit comments

Comments
 (0)