Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Replaced typo 'doucument' with 'document' #4637

Merged
merged 1 commit into from
Jan 29, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/builder/manifest.md
Original file line number Diff line number Diff line change
Expand Up @@ -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`
Expand Down
2 changes: 1 addition & 1 deletion libraries/manifest-information/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down