diff --git a/client/coral-framework/helpers/plugins.js b/client/coral-framework/helpers/plugins.js index df50fdcb7..87ac35975 100644 --- a/client/coral-framework/helpers/plugins.js +++ b/client/coral-framework/helpers/plugins.js @@ -44,7 +44,7 @@ function getComponentFragments(components) { * Returns an object that can be used to compose fragments or queries. * * Example: - * const pluginFragments = getSlotsFragments(['commentInfoBar', 'commentDetail']); + * const pluginFragments = getSlotsFragments(['commentInfoBar', 'commentActions']); * const rootFragment = gql` * fragment Comment_root on RootQuery { + ${pluginFragments.spreads('root')}