Skip to content

Commit

Permalink
fix(README.md): correct FAQ example timeout unit
Browse files Browse the repository at this point in the history
-  change FAQ example timeout unit from 10ms to 10000ms
  • Loading branch information
drac committed Jul 2, 2018
1 parent 69be79d commit 91982ef
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 @@ -1139,7 +1139,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 91982ef

Please sign in to comment.