Fix typo in distribution docs (#31791)

This commit is contained in:
Sergey Zolotarev 2021-11-18 00:20:24 +06:00 committed by GitHub
parent 706143fe85
commit 9f12edac65
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -56,7 +56,7 @@ will then be your distribution to deliver to users.
### With an app source code archive
Instead of from shipping your app by copying all of its source files, you can
Instead of shipping your app by copying all of its source files, you can
package your app into an [asar] archive to improve the performance of reading
files on platforms like Windows, if you are not already using a bundler such
as Parcel or Webpack.