Corrects very minor typo

Changes 'top' to 'to'
This commit is contained in:
Slapbox 2018-09-12 19:12:13 -04:00 committed by GitHub
parent 70e03c119b
commit 3ff6bd66a0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -464,7 +464,7 @@ or specifying everything UDP
| method | definition |
|-----------|------------|
|start| start serving need top call ` serve ` or ` serveNet ` first to set up the server |
|start| start serving need to call ` serve ` or ` serveNet ` first to set up the server |
|stop| close the server and stop serving |
----