From 3501d8dcb10050ba3a89f358095ac51fd131398e Mon Sep 17 00:00:00 2001 From: Steven Petryk Date: Sat, 19 Oct 2024 23:49:57 -0700 Subject: [PATCH] Correct typo in TransformWidget docs --- docs/app/guides/display/debug/page.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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.