diff --git a/docs/builder/manifest.md b/docs/builder/manifest.md index 04b0eb670..9b52087a1 100644 --- a/docs/builder/manifest.md +++ b/docs/builder/manifest.md @@ -363,7 +363,7 @@ The `share_target` member is an object which can contain the following members: * `method`: `GET` or `POST`. Use `POST` if the shared data includes binary data like images. * `enctype`: The encoding of the data when the method is a `POST` request. Otherwise, ignored. * `params`: The object that allows you to configure the share parameters. Should corresponded to the object exposed by `navigator.share()`. ***Required member*** - * `title`: Name of the query parameter for the title of the doucument being shared. + * `title`: Name of the query parameter for the title of the document being shared. * `text`: Name of the query parameter for the body of the message being shared. * `url`: Name of the query parameter for the URL being shared. * `files` diff --git a/libraries/manifest-information/src/index.ts b/libraries/manifest-information/src/index.ts index 76b18381b..43bafb878 100644 --- a/libraries/manifest-information/src/index.ts +++ b/libraries/manifest-information/src/index.ts @@ -503,7 +503,7 @@ export const manifest_fields: { [field: string]: infoPanel } = { }, "share_target.params.title": { description: [ - `Name of the query parameter for the title of the doucument being shared.`, + `Name of the query parameter for the title of the document being shared.`, ], purpose: null, example: null,