diff --git a/docs/content/docs/developer-guide/channels.md b/docs/content/docs/developer-guide/channels.md index 690ff459c9..ed930838bd 100644 --- a/docs/content/docs/developer-guide/channels.md +++ b/docs/content/docs/developer-guide/channels.md @@ -23,6 +23,6 @@ Use-cases of Channels include: ## Multi-Tenant (Marketplace) Support -In its current form, the Channels feature is not suitable for an out-fo-the-box multi-tenant or marketplace solution. This is because several entities which should be isolated in a true multi-tenant system are still shared across all Channels. +In its current form, the Channels feature is not suitable for an out-of-the-box multi-tenant or marketplace solution. This is because several entities which should be isolated in a true multi-tenant system are still shared across all Channels. Multi-tenancy could still be achieved through a dedicated plugin, and indeed there are some community projects underway in this direction, but would require significant custom work. An out-of-the-box solution will be considered for a future plugin offering.