Skip to content

Commit b8730e4

Browse files
committed
typo
1 parent fd2d13c commit b8730e4

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

webgpu/lessons/webgpu-camera-controls.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1431,7 +1431,7 @@ And it works
14311431
{{{example url="../webgpu-camera-controls-raw.html"}}}
14321432
14331433
Now that we have a camera, let's make it so you can
1434-
[click on objects directly](webgpu-picking.html).
1434+
[click on objects directly to select them](webgpu-picking.html).
14351435
14361436
<!-- keep this at the bottom of the article -->
14371437
<link href="webgpu-camera-controls.css" rel="stylesheet">

webgpu/lessons/webgpu-highlighting.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -466,7 +466,7 @@ And with that the selected objects are highlighted.
466466
{{{example url="../webgpu-highlighting.html"}}}
467467
468468
Now that we can highlight a selection, let's make it possible
469-
to [pick objects by directly clicking on them](webgpu-picking.html)
469+
to [move the camera by dragging](webgpu-camera-controls.html)
470470
instead of having to use the buttons in the UI.
471471
472472
<!-- keep this at the bottom of the article -->

0 commit comments

Comments
 (0)