Skip to content

Commit

Permalink
Merge pull request #133 from drac/master
Browse files Browse the repository at this point in the history
fix(README.md): correct FAQ example timeout unit
  • Loading branch information
tajo committed Aug 9, 2018
2 parents edf8dff + 91982ef commit 30139b2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -1142,7 +1142,7 @@ export default function MyLoadable(opts) {
return Loadable(Object.assign({
loading: Loading,
delay: 200,
timeout: 10,
timeout: 10000,
}, opts));
};
```
Expand Down

0 comments on commit 30139b2

Please sign in to comment.