22
33/**
44 * Holds the paths that are used by the system to
5- * locate the main directories, application , system, etc.
5+ * locate the main directories, app , system, etc.
66 * Modifying these allows you to re-structure your application,
77 * share a system folder between multiple applications, and more.
88 *
@@ -45,7 +45,7 @@ class Paths
4545 * This variable must contain the name of your "writable" directory.
4646 * The writable directory allows you to group all directories that
4747 * need write permission to a single place that can be tucked away
48- * for maximum security, keeping it out of the application and/or
48+ * for maximum security, keeping it out of the app and/or
4949 * system directories.
5050 */
5151 public $ writableDirectory = __DIR__ . '/../../writable ' ;
@@ -58,7 +58,7 @@ class Paths
5858 * This variable must contain the name of your "tests" directory.
5959 * The writable directory allows you to group all directories that
6060 * need write permission to a single place that can be tucked away
61- * for maximum security, keeping it out of the application and/or
61+ * for maximum security, keeping it out of the app and/or
6262 * system directories.
6363 */
6464 public $ testsDirectory = __DIR__ . '/../../tests ' ;
@@ -70,7 +70,7 @@ class Paths
7070 *
7171 * This variable must contain the name of the directory that
7272 * contains the view files used by your application. By
73- * default this is in `application /Views`. This value
73+ * default this is in `app /Views`. This value
7474 * is used when no value is provided to `Services::renderer()`.
7575 */
7676 public $ viewDirectory = __DIR__ . '/../../app/Views ' ;
0 commit comments