Skip to content

Commit

Permalink
Fix minor errors in web share article (GoogleChrome#9427)
Browse files Browse the repository at this point in the history
* Fix typo

* Remove unneeded punctuation

* Bump updated date

* we don't update the date for typo fixes.

Co-authored-by: Rachel Andrew <[email protected]>
  • Loading branch information
ardislu and rachelandrew authored Jan 19, 2023
1 parent a89673f commit 37dfe04
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/site/content/en/blog/web-share/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -114,8 +114,8 @@ if (navigator.canShare && navigator.canShare({ files: filesArray })) {
Notice that the sample handles feature detection by testing for
`navigator.canShare()` rather than for `navigator.share()`.
The data object passed to `canShare()` only supports the `files` property.
Certain times of audio, image, pdf, video, and text files can be shared.
See [Permitted File Extensions in Chromium](https://docs.google.com/document/d/1tKPkHA5nnJtmh2TgqWmGSREUzXgMUFDL6yMdVZHqUsg/edit?usp=sharing).)
Certain types of audio, image, pdf, video, and text files can be shared.
See [Permitted File Extensions in Chromium](https://docs.google.com/document/d/1tKPkHA5nnJtmh2TgqWmGSREUzXgMUFDL6yMdVZHqUsg/edit?usp=sharing)
for a complete list. More file types may be added in the future.

## Santa Tracker case study
Expand Down

0 comments on commit 37dfe04

Please sign in to comment.