diff --git a/packages/components/src/renderers/layout/react-page.tsx b/packages/components/src/renderers/layout/react-page.tsx index c31f588038..2d185d8bae 100644 --- a/packages/components/src/renderers/layout/react-page.tsx +++ b/packages/components/src/renderers/layout/react-page.tsx @@ -19,11 +19,11 @@ * * Scope injected into the source: * - `React` — so authors can call hooks. - * - the PUBLIC data blocks — ``, ``, charts, metrics… + * - the PUBLIC data blocks — ``, ``, charts, metrics… * each as a prop-driven wrapper that renders via SchemaRenderer. Layout is * left to plain HTML + Tailwind (React's strength); only the data blocks * that can't be expressed in HTML are injected. - * - `Block` — escape hatch: ``. + * - `Block` — escape hatch: ``. * - `useAdapter` — live data hook: query/create/update objects. * - `data` / `variables` — page data + local variables, for convenience. */