Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
callahanchris committed Aug 14, 2017
1 parent 68333fa commit 9027eb1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/QueryAggregator.js
Expand Up @@ -72,7 +72,7 @@ export default class QueryAggregator {
// for a component that isn't a container.
invariant(
Relay.isContainer(component),
'relay-router-relay: Route with queries specifies component `%s` ' +
'react-router-relay: Route with queries specifies component `%s` ' +
'that is not a Relay container.',
component && (component.displayName || component.name),
);
Expand Down

0 comments on commit 9027eb1

Please sign in to comment.