thoughtbot / ios-on-rails

A guide to building a Rails API and iOS app
Other
76 stars 6 forks source link

Removed repeating words. #79

Closed cezarcp closed 10 years ago

cezarcp commented 10 years ago

In the second paragraph, I edited two sentences in which there were repeating words:

  1. "Cocoapods is a ruby gem and command line tool that makes makes it easy..."
  2. "... it Will also allow us to easily manage and update what version of each library we want to use we want to use."
jessieay commented 10 years ago

Merged c82a3ef02be2848e260bafc8f1f52d2881dc7634

Interesting fact:

Since @cezarcp's branch was deleted, hub checkout https://github.com/thoughtbot/ios-on-rails/pull/79 was not working

I found this, which worked: https://github.com/github/hub/issues/473

(git fetch origin pull/79/head:new-branch-name)

Thanks for the PR!