diff --git a/10/umbraco-cms/reference/routing/custom-controllers.md b/10/umbraco-cms/reference/routing/custom-controllers.md index 72d6e63e99d..f3c848f3ce5 100644 --- a/10/umbraco-cms/reference/routing/custom-controllers.md +++ b/10/umbraco-cms/reference/routing/custom-controllers.md @@ -24,7 +24,7 @@ For example: * To implement any custom/granular security * To return alternative templates depending on some custom business logic -This replacement of the default controller can either be made 'globally' for all requests (see last example) or by _'hijacking'_ requests for types of pages based on their specific Document Type following a this controller naming convention: `[DocumentTypeAlias]Controller`. +This replacement of the default controller can be made 'globally' for all requests (see last example). It can also be by _'hijacking'_ requests for types of pages based on their specific Document Type following this controller naming convention: `[DocumentTypeAlias]Controller`. ## Creating a custom controller diff --git a/12/umbraco-cms/reference/routing/custom-controllers.md b/12/umbraco-cms/reference/routing/custom-controllers.md index b7095e8b037..a1b79e838b7 100644 --- a/12/umbraco-cms/reference/routing/custom-controllers.md +++ b/12/umbraco-cms/reference/routing/custom-controllers.md @@ -21,7 +21,7 @@ For example: * To implement any custom/granular security * To return alternative templates depending on some custom business logic -This replacement of the default controller can either be made 'globally' for all requests (see last example) or by _'hijacking'_ requests for types of pages based on their specific Document Type following a this controller naming convention: `[DocumentTypeAlias]Controller`. +This replacement of the default controller can be made 'globally' for all requests (see last example). It can also be by _'hijacking'_ requests for types of pages based on their specific Document Type following this controller naming convention: `[DocumentTypeAlias]Controller`. ## Creating a custom controller diff --git a/13/umbraco-cms/reference/routing/custom-controllers.md b/13/umbraco-cms/reference/routing/custom-controllers.md index 053721de4c1..8bbe0c101cc 100644 --- a/13/umbraco-cms/reference/routing/custom-controllers.md +++ b/13/umbraco-cms/reference/routing/custom-controllers.md @@ -21,7 +21,7 @@ For example: * To implement any custom/granular security * To return alternative templates depending on some custom business logic -This replacement of the default controller can either be made 'globally' for all requests (see last example) or by _'hijacking'_ requests for types of pages based on their specific Document Type following a this controller naming convention: `[DocumentTypeAlias]Controller`. +This replacement of the default controller can be made 'globally' for all requests (see last example). It can also be by _'hijacking'_ requests for types of pages based on their specific Document Type following this controller naming convention: `[DocumentTypeAlias]Controller`. ## Creating a custom controller