Skip to content

Commit

Permalink
Merge pull request TheOdinProject#8145 from red5tart/patch-1
Browse files Browse the repository at this point in the history
Fix typos in 4.5.2
  • Loading branch information
arku authored Jul 28, 2018
2 parents e59edf2 + 7a446ec commit 46b36dc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion web_development_101/installfest_first_rails_app.md
Original file line number Diff line number Diff line change
Expand Up @@ -584,7 +584,7 @@ Then save the file, and then close the text editor.

#### Step 4.5.2: Installing the Bundle

Next we need to install the bundle, this ensures that all of the required dependancies are satisfied. that is as simple as typing this:
Next we need to install the bundle, this ensures that all of the required dependencies are satisfied. That is as simple as typing this:

~~~bash
bundle install --without production
Expand Down

0 comments on commit 46b36dc

Please sign in to comment.