Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
Summary: 'intermediary' was misspelled
Closes #151

Reviewed By: @josephsavona

Differential Revision: D2375784
  • Loading branch information
ning-github authored and steveluscher committed Aug 27, 2015
1 parent 72528e3 commit e848660
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/traversal/diffRelayQuery.js
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@ function diffRelayQuery(
* to `RelayQueryTransform` with the main differences as follows:
* - there is no `state` (which allowed for passing data up and down the tree).
* - data is passed down via `scope`, which flows from a parent field down
* through interemediary fragments to the nearest child field.
* through intermediary fragments to the nearest child field.
* - data is passed up via the return type `{diffNode, trackedNode}`, where:
* - `diffNode`: subset of the input that could not diffed out
* - `trackedNode`: subset of the input that must be tracked
Expand Down

0 comments on commit e848660

Please sign in to comment.