node-minecraft-protocol icon indicating copy to clipboard operation
node-minecraft-protocol copied to clipboard

Typo in documentation

Open OscarNOW opened this issue 4 years ago • 1 comments

[ ] The FAQ doesn't contain a resolution to my issue

Versions

  • minecraft-protocol: N/A
  • server: N/A
  • node: N/A

Detailed description of a problem

In this file at mc.ping there is:

options is an object containing the following:

host : default too locahost
port : default too 25565
version: default too most recent version

This should be corrected to:

options is an object containing the following:

host : default to localhost
port : default to 25565
version: default to the most recent version

Current code

N/A

Expected behavior

Documentation without typo's

OscarNOW avatar Oct 25 '21 14:10 OscarNOW

PRs welcome

U5B avatar Oct 25 '21 14:10 U5B