From e1cdb941f271ae4cd08a041b1f656404dac596ec Mon Sep 17 00:00:00 2001 From: Jon Cox Date: Sun, 12 Feb 2017 21:37:15 +0000 Subject: [PATCH] Controllers guide - Consistency fixes. --- guide/controllers.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/guide/controllers.md b/guide/controllers.md index eb6b8e25..42d3c3ca 100644 --- a/guide/controllers.md +++ b/guide/controllers.md @@ -132,8 +132,8 @@ drop.resource("users", users) ## Folder -Controllers can go anywhere in your application, but they are most often stored in the `Controllers/*` directory. +Controllers can go anywhere in your application, but they are most often stored in the `Controllers/` directory. ### Modules -If you are building a large application, you may want to create your controllers in a separate module. This will allow you to perform unit tests on your controllers. For more information on creating modules, visit the documentation for the [Swift Package Manager](https://swift.org/package-manager/) +If you are building a large application, you may want to create your controllers in a separate module. This will allow you to perform unit tests on your controllers. For more information on creating modules, visit the documentation for the [Swift Package Manager](https://swift.org/package-manager/).