Skip to content

Commit

Permalink
Merge pull request #35 from YellowGarbageBag/patch-1
Browse files Browse the repository at this point in the history
Fix typo in Readme
  • Loading branch information
vitalets committed Mar 3, 2021
2 parents 072de3b + 59de241 commit bc60644
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -22,7 +22,7 @@ await wsp.open();
// send some data
wsp.send('data');

// wait for connetction to close
// wait for connection to close
await wsp.close();
```

Expand Down

0 comments on commit bc60644

Please sign in to comment.