Skip to content

Commit 3501d8d

Browse files
committed
Correct typo in TransformWidget docs
1 parent f6d57c6 commit 3501d8d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/app/guides/display/debug/page.tsx

+2-2
Original file line numberDiff line numberDiff line change
@@ -42,8 +42,8 @@ export default function DebugPage() {
4242

4343
<p>
4444
This is a little widget that allows you to test applying transforms (translation, rotation,
45-
and scale) to components by wrapping them in <code>Debug.TransformWrapper</code>. It's
46-
mainly useful when building new{" "}
45+
and scale) to components by wrapping them in <code>Debug.TransformWidget</code>. It's mainly
46+
useful when building new{" "}
4747
<Link href="/guides/custom-components/overview">custom components</Link>.
4848
</p>
4949

0 commit comments

Comments
 (0)