diff --git a/packages/atomic/src/components.d.ts b/packages/atomic/src/components.d.ts index 26e93ee99e4..eb871b94c41 100644 --- a/packages/atomic/src/components.d.ts +++ b/packages/atomic/src/components.d.ts @@ -1416,7 +1416,7 @@ export namespace Components { */ "product": Product; /** - * Internal function used by atomic-recs-list in advanced setups, which lets you bypass the standard HTML template system. Particularly useful for Atomic React + * Internal function used in advanced setups, which lets you bypass the standard HTML template system. Particularly useful for Atomic React */ "renderingFunction": ItemRenderingFunction; /** @@ -5836,7 +5836,7 @@ declare namespace LocalJSX { */ "product": Product; /** - * Internal function used by atomic-recs-list in advanced setups, which lets you bypass the standard HTML template system. Particularly useful for Atomic React + * Internal function used in advanced setups, which lets you bypass the standard HTML template system. Particularly useful for Atomic React */ "renderingFunction"?: ItemRenderingFunction; /**