From 790b9eb15cc8761906c3b0d80e08cad18eda18f7 Mon Sep 17 00:00:00 2001 From: "J. Chris Tyler" Date: Thu, 3 Mar 2022 08:27:17 -0600 Subject: [PATCH] docs(star-prnt): correct capitalization of example code (#4062) --- src/@awesome-cordova-plugins/plugins/star-prnt/index.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/@awesome-cordova-plugins/plugins/star-prnt/index.ts b/src/@awesome-cordova-plugins/plugins/star-prnt/index.ts index 0e364b65d..495f3454a 100644 --- a/src/@awesome-cordova-plugins/plugins/star-prnt/index.ts +++ b/src/@awesome-cordova-plugins/plugins/star-prnt/index.ts @@ -634,7 +634,7 @@ export type CommandsArray = Array; * ... * * - * this.starprnt.portDiscovery('all') + * this.starprnt.portDiscovery('All') * .then((res: any) => console.log(res)) * .catch((error: any) => console.error(error)); *