From 9f12edac65395b8c5d43c57d4b44843c4bdbb609 Mon Sep 17 00:00:00 2001 From: Sergey Zolotarev Date: Thu, 18 Nov 2021 00:20:24 +0600 Subject: [PATCH] Fix typo in distribution docs (#31791) --- docs/tutorial/application-distribution.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/tutorial/application-distribution.md b/docs/tutorial/application-distribution.md index 5dd54c629b..fb5dc918da 100644 --- a/docs/tutorial/application-distribution.md +++ b/docs/tutorial/application-distribution.md @@ -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.