docs(star-prnt): correct capitalization of example code (#4062)

This commit is contained in:
J. Chris Tyler
2022-03-03 08:27:17 -06:00
committed by GitHub
parent 09094cef9d
commit 790b9eb15c
@@ -634,7 +634,7 @@ export type CommandsArray = Array<PrintCommand>;
* ...
*
*
* this.starprnt.portDiscovery('all')
* this.starprnt.portDiscovery('All')
* .then((res: any) => console.log(res))
* .catch((error: any) => console.error(error));
*