From 23c6b25c6c1cc9fc4a9e5dc5b1865cf08d8682d1 Mon Sep 17 00:00:00 2001 From: David Alexander Date: Thu, 18 Feb 2016 23:11:31 -0700 Subject: [PATCH] typo in api link --- docs/en/02_Developer_Guides/01_Templates/02_Common_Variables.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/en/02_Developer_Guides/01_Templates/02_Common_Variables.md b/docs/en/02_Developer_Guides/01_Templates/02_Common_Variables.md index 0cd94bd6b..256e3ad62 100644 --- a/docs/en/02_Developer_Guides/01_Templates/02_Common_Variables.md +++ b/docs/en/02_Developer_Guides/01_Templates/02_Common_Variables.md @@ -403,7 +403,7 @@ You can add your own forms by implementing new form instances (see the [Forms tu ## API Documentation - * [api:ContentCCController]: The main controller responsible for handling pages. + * [api:ContentController]: The main controller responsible for handling pages. * [api:Controller]: Generic controller (not specific to pages.) * [api:DataObject]: Underlying model class for page objects. * [api:ViewableData]: Underlying object class for pretty much anything displayable.