Skip to content

Commit

Permalink
Merge pull request #139 from zvictor/patch-2
Browse files Browse the repository at this point in the history
fix typo
  • Loading branch information
arunoda authored Nov 30, 2016
2 parents 49cc040 + 1167dbe commit a51a44d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/compose.js
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ export default function compose(dataLoader, options = {}) {

const onData = (error, data) => {
if (this._unmounted) {
throw new Error(`Tyring set data after component(${Container.displayName}) has unmounted.`);
throw new Error(`Trying to set data after component(${Container.displayName}) has unmounted.`);
}

const payload = { error, data };
Expand Down

0 comments on commit a51a44d

Please sign in to comment.