Skip to content

Commit ad1a594

Browse files
authored
Merge pull request #699 from kpumuk/binstub-typo
Fixed typo in the binstub
2 parents 48b2993 + dbc9734 commit ad1a594

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)