From 5c72f3aef8ffcce5513c069eb1bb28e8c6a3a91c Mon Sep 17 00:00:00 2001 From: td-rave Date: Thu, 13 Sep 2018 15:39:14 -0400 Subject: [PATCH] Fixed a minor spelling with sentence. --- docs/performance-issue-on-windows-hosts.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/performance-issue-on-windows-hosts.md b/docs/performance-issue-on-windows-hosts.md index 55fc2268d58..b3630c03858 100644 --- a/docs/performance-issue-on-windows-hosts.md +++ b/docs/performance-issue-on-windows-hosts.md @@ -9,7 +9,7 @@ Existing problem for Windows users ---------------------------------- Developers, who use Magento installed on Vagrant for daily development in Windows environment, complaint about Magento performance issues. -The main reason for performance degradation is that default synchronization (Virtual box shared folders) is used for project files synchronization on host and on guest OSs. **PHP requests all source files from the host,** also lost of files are created by the Magento instance on the fly in non-production mode, which are immediately synchronized with the host. +The main reason for performance degradation is that default synchronization (Virtual box shared folders) is used for project files synchronization on host and on guest OSs. **PHP requests all source files from the host,** as well a lot of files are created by the Magento instance on the fly in non-production mode, which are immediately synchronized with the host. There are several other types of files synchronization available, but all of them have issues, which spoil developer experience: - SMB - on some machines does not work (various errors, unstable