Skip to content

Commit 38b5eca

Browse files
committed
Merge pull request warp-drive-data#2197 from locks/patch-2
[Documentation] typo in `find` documentation
2 parents e704d90 + 72a901b commit 38b5eca

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/ember-data/lib/system/store.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -356,7 +356,7 @@ Store = Ember.Object.extend({
356356
You can optionally preload specific attributes and relationships that you know of
357357
by passing them as the third argument to find.
358358
359-
For example, if your Ember route looks like `/posts/1/comments/2` and you API route
359+
For example, if your Ember route looks like `/posts/1/comments/2` and your API route
360360
for the comment also looks like `/posts/1/comments/2` if you want to fetch the comment
361361
without fetching the post you can pass in the post to the `find` call:
362362

0 commit comments

Comments
 (0)