ga-wdi-boston / rails-api-one-to-many

Other
0 stars 92 forks source link

Broken english #6

Closed payne-chris-r closed 8 years ago

payne-chris-r commented 8 years ago

Often, the resources of our application will have a relationship with each other. In our three domains, authors have many books, doctors have many patients, and recipes have many ingredients. SHOULD BE: Often, the resources of our application will relationships with each other. In our three domains, authors have many books, doctors have many patients, and recipes have many ingredients.

gaand commented 8 years ago

@payne-chris-r: Did you put the corrected text above theSHOULD BE: line?

jrhorn424 commented 8 years ago

@payne-chris-r: Did you put the corrected text above theSHOULD BE: line?

I know you didn't ask me, but it appears that way to me.

payne-chris-r commented 8 years ago

Yes. #facepalm.

payne-chris-r commented 8 years ago

IS: Often, the resources of our application will relationships with each other. In our three domains, authors have many books, doctors have many patients, and recipes have many ingredients.

SHOULD BE: Often, the resources of our application will have relationships with each other. In our three domains, authors have many books, doctors have many patients, and recipes have many ingredients.

payne-chris-r commented 8 years ago

Thanks @gaand and @jrhorn424