Merge pull request #1745 from u-n-known/patch-1

Grammar mistake (?)
This commit is contained in:
Alexey Pyltsyn 2020-02-11 14:35:22 +03:00 committed by GitHub
commit 425a0af8be
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -63,7 +63,7 @@ JavaScript's abilities in the browser are limited for the sake of the user's saf
Examples of such restrictions include:
- JavaScript on a webpage may not read/write arbitrary files on the hard disk, copy them or execute programs. It has no direct access to OS system functions.
- JavaScript on a webpage may not read/write arbitrary files on the hard disk, copy them or execute programs. It has no direct access to OS functions.
Modern browsers allow it to work with files, but the access is limited and only provided if the user does certain actions, like "dropping" a file into a browser window or selecting it via an `<input>` tag.