From cfcd8df858157c84a335fa08410d6741a9206fc8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andrew=20Marcinkevi=C4=8Dius?= Date: Sun, 17 Apr 2016 08:50:45 +0300 Subject: [PATCH] Fix typo: signifcantly => significantly --- cookbook/workflow/homestead.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cookbook/workflow/homestead.rst b/cookbook/workflow/homestead.rst index 2f50a3305ac..cd3948fe375 100644 --- a/cookbook/workflow/homestead.rst +++ b/cookbook/workflow/homestead.rst @@ -11,7 +11,7 @@ quickly. .. tip:: Due to the amount of filesystem operations in Symfony (e.g. updating cache - files and writing to log files), Symfony can slow down signifcantly. To + files and writing to log files), Symfony can slow down significantly. To improve the speed, consider :ref:`overriding the cache and log directories ` to a location outside the NFS share (for instance, by using :phpfunction:`sys_get_temp_dir`). You can read `this blog post`_ for more