Skip to content

Commit b7e6b3f

Browse files
FedericoBonelchrisvxd
authored andcommitted
docs: streamline the field transforms section
1 parent b76961b commit b7e6b3f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

apps/docs/pages/docs/extending-puck/field-transforms.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ const Example = () => <Puck fieldTransforms={fieldTransforms} />;
1818

1919
## Transforming at render time
2020

21-
Transforms can also be provided to [`<Render>`](/docs/api-reference/components/render) to apply them to a finished page.
21+
Pass transforms to [`<Render>`](/docs/api-reference/components/render) to apply them to a finished page.
2222

2323
```tsx
2424
const fieldTransforms = {

0 commit comments

Comments
 (0)