1
0
mirror of https://github.com/jbranchaud/til synced 2026-01-02 22:58:01 +00:00

Fix a typo in the latest til

This commit is contained in:
jbranchaud
2016-06-14 21:23:46 -05:00
parent 6722efd76e
commit 930432606c

View File

@@ -4,7 +4,7 @@ Want to experiment in a pry session with some of the gems in your project's
`Gemfile`? You can quickly require all the gems for your project using
Bundler's `#require` method.
Just require `bundler` itself and then execute `Bundler.requie`. Everything
Just require `bundler` itself and then execute `Bundler.require`. Everything
will be loaded in.
```ruby