diff --git a/vuepress/docs/next/docs/compose/local-hub-overview.md b/vuepress/docs/next/docs/compose/local-hub-overview.md index 60f6a65fda..e4e4f64e41 100644 --- a/vuepress/docs/next/docs/compose/local-hub-overview.md +++ b/vuepress/docs/next/docs/compose/local-hub-overview.md @@ -18,7 +18,7 @@ content types, labels, plugins, and static resources. ### Entando Bundle -An Entanto Bundle is a package containing one or more components and descriptor files that provide information about the bundle. A git-based bundle requires a `descriptor.yaml` and is published in a Git registry. A docker-based bundle requires an `entando.json` and is published to Docker. Both git-based and docker-based bundles are shared with an Entando Application using the EntandoDeBundle custom resource. +An Entando Bundle is a package containing one or more components and descriptor files that provide information about the bundle. A git-based bundle requires a `descriptor.yaml` and is published in a Git registry. A docker-based bundle requires an `entando.json` and is published to Docker. Both git-based and docker-based bundles are shared with an Entando Application using the EntandoDeBundle custom resource. ### EntandoDeBundle Custom Resource