Netflix / falcor

A JavaScript library for efficient data fetching
http://netflix.github.io/falcor
Apache License 2.0
10.49k stars 446 forks source link

Typo in doc #953

Closed DenrizSusam closed 5 years ago

DenrizSusam commented 5 years ago

http://netflix.github.io/falcor/documentation/model.html#model-overview

"4. Navigating information hierarchically rather than retrieving information using id’s can lead to inefficent back-end requests."

"inefficent" should be "inefficient".

I would open a PR but I could not find this part of the documentation in the repo :/ .

jcranendonk commented 5 years ago

https://github.com/Netflix/falcor/blob/gh-pages/documentation/model.md

You fix it, I'll merge it :)

jcranendonk commented 5 years ago

Fixed in https://github.com/Netflix/falcor/pull/954