We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 48b2993 + dbc9734 commit ad1a594Copy full SHA for ad1a594
lib/spring/client/binstub.rb
@@ -20,7 +20,7 @@ class Binstub < Command
20
SPRING = <<~CODE
21
#!/usr/bin/env ruby
22
23
- # This file loads Spring without using loading other gems in the Gemfile, in order to be fast.
+ # This file loads Spring without loading other gems in the Gemfile in order to be fast.
24
# It gets overwritten when you run the `spring binstub` command.
25
26
if !defined?(Spring) && [nil, "development", "test"].include?(ENV["RAILS_ENV"])
0 commit comments