From 4a12d6db3c5659406258ed2dadc7b7e6e5b711f8 Mon Sep 17 00:00:00 2001 From: Dan Date: Fri, 8 Mar 2013 10:10:04 -0500 Subject: [PATCH] Minor: Two modules are listed as three. ...for example "framework" and "cms". These three modules... Should be two modules, or perhaps there is a third missing from the list. --- docs/en/topics/module-development.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/en/topics/module-development.md b/docs/en/topics/module-development.md index 903d47c11..6b9f095bf 100644 --- a/docs/en/topics/module-development.md +++ b/docs/en/topics/module-development.md @@ -3,7 +3,7 @@ ## Introduction Creating a module is a good way to re-use abstract code and templates across multiple projects. SilverStripe already has -certain modules included, for example "framework" and "cms". These three modules are the core functionality and +certain modules included, for example "framework" and "cms". These two modules are the core functionality and templating for any initial installation. If you're wanting to add generic functionality that isn't specific to your project, like a forum, an ecommerce package or a blog you can do it like this;