diff --git a/docs/app/guides/display/debug/page.tsx b/docs/app/guides/display/debug/page.tsx index 15ad4cd..b404b10 100644 --- a/docs/app/guides/display/debug/page.tsx +++ b/docs/app/guides/display/debug/page.tsx @@ -42,8 +42,8 @@ export default function DebugPage() {

This is a little widget that allows you to test applying transforms (translation, rotation, - and scale) to components by wrapping them in Debug.TransformWrapper. It's - mainly useful when building new{" "} + and scale) to components by wrapping them in Debug.TransformWidget. It's mainly + useful when building new{" "} custom components.