diff --git a/packages/builder/src/builderStore/componentUtils.js b/packages/builder/src/builderStore/componentUtils.js index 8a7cd93d0f..88656b896f 100644 --- a/packages/builder/src/builderStore/componentUtils.js +++ b/packages/builder/src/builderStore/componentUtils.js @@ -309,7 +309,7 @@ export const buildContextTree = ( } /** - * Generates a lookup map of which content branch all components in a component + * Generates a lookup map of which context branch all components in a component * tree are inside. */ export const buildContextTreeLookupMap = rootComponent => {