From 680c41608b9076d433a409ce2b707a18230b9b02 Mon Sep 17 00:00:00 2001 From: Dipesh B C Date: Sat, 21 Dec 2024 15:58:22 -0500 Subject: [PATCH] fix(libraries): update description for share_target.extra-step Fix a typo in tooltip content present in the description for share_target.extra-step. --- libraries/manifest-information/src/index.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libraries/manifest-information/src/index.ts b/libraries/manifest-information/src/index.ts index 43bafb878..c67965c24 100644 --- a/libraries/manifest-information/src/index.ts +++ b/libraries/manifest-information/src/index.ts @@ -599,7 +599,7 @@ export const manifest_fields: { [field: string]: infoPanel } = { }, "share_target.extra-step": { description: [ - `When a user selects your app in the system's share dialog, your PWA is launched, and a HTTP request is made to the provided URL. You will need to add this scriot to your SW.`, + `When a user selects your app in the system's share dialog, your PWA is launched, and a HTTP request is made to the provided URL. You will need to add this script to your SW.`, ], purpose: null, example: null,