Skip to content

Commit

Permalink
chore: remove the extra period and space (mdn#36159)
Browse files Browse the repository at this point in the history
  • Loading branch information
yin1999 authored Oct 2, 2024
1 parent 199b1ab commit 0a24354
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion files/en-us/web/api/file/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ A `File` object is a specific kind of {{DOMxRef("Blob")}}, and can be used in an
- {{DOMxRef("URL.createObjectURL_static", "URL.createObjectURL()")}}
- {{DOMxRef("Window.createImageBitmap()")}} and {{DOMxRef("WorkerGlobalScope.createImageBitmap()")}}
- the [`body`](/en-US/docs/Web/API/RequestInit#body) option to {{domxref("Window/fetch", "fetch()")}}
- {{DOMxRef("XMLHttpRequest.send()")}} .
- {{DOMxRef("XMLHttpRequest.send()")}}

See [Using files from web applications](/en-US/docs/Web/API/File_API/Using_files_from_web_applications) for more information and examples.

Expand Down

0 comments on commit 0a24354

Please sign in to comment.