Skip to content

Commit

Permalink
fix timeout docs typo (#203)
Browse files Browse the repository at this point in the history
  • Loading branch information
jeffditullio authored and bartekn committed Oct 15, 2018
1 parent 8a99a77 commit 6db6435
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/config.js
Original file line number Diff line number Diff line change
Expand Up @@ -14,13 +14,13 @@ let config = clone(defaultConfig);
* ```
* import {Config} from 'stellar-sdk';
* Config.setAllowHttp(true);
* Config.setTimout(5000);
* Config.setTimeout(5000);
* ```
*
* Usage browser:
* ```
* StellarSdk.Config.setAllowHttp(true);
* StellarSdk.Config.setTimout(5000);
* StellarSdk.Config.setTimeout(5000);
* ```
* @static
*/
Expand Down

0 comments on commit 6db6435

Please sign in to comment.