Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Fix typo in Readme
Fix typo in Readme
  • Loading branch information
steffen-4s1 committed Mar 2, 2021
1 parent 072de3b commit 59de241
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 59de241

Please sign in to comment.