Skip to content

Commit

Permalink
change deprecation message
Browse files Browse the repository at this point in the history
  • Loading branch information
helfer committed Dec 3, 2016
1 parent 74ff109 commit 78ccf53
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/fragments.ts
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ export function createFragment(
if (! haveWarned) {
if (process.env.NODE_ENV !== 'production') {
console.warn(
'"createFragment" is deprecated and will be removed in the upcoming versions, ' +
'"createFragment" is deprecated and will be removed in version 0.6, ' +
'please refer to the documentation for how to define fragments: ' +
'http://dev.apollodata.com/react/fragments.html.'
);
Expand Down

0 comments on commit 78ccf53

Please sign in to comment.