Skip to content

Commit

Permalink
Correct typo in TransformWidget docs
Browse files Browse the repository at this point in the history
  • Loading branch information
stevenpetryk committed Oct 20, 2024
1 parent f6d57c6 commit 3501d8d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/app/guides/display/debug/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -42,8 +42,8 @@ export default function DebugPage() {

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

Expand Down

0 comments on commit 3501d8d

Please sign in to comment.