Skip to content

Commit 9304326

Browse files
committed
Fix a typo in the latest til
1 parent 6722efd commit 9304326

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ruby/require-entire-gemfile-in-pry-session.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ Want to experiment in a pry session with some of the gems in your project's
44
`Gemfile`? You can quickly require all the gems for your project using
55
Bundler's `#require` method.
66

7-
Just require `bundler` itself and then execute `Bundler.requie`. Everything
7+
Just require `bundler` itself and then execute `Bundler.require`. Everything
88
will be loaded in.
99

1010
```ruby

0 commit comments

Comments
 (0)