Skip to content

Commit 56931a0

Browse files
authored
docs: Fixes code example in "Your first scene" (#3285)
1 parent c743f03 commit 56931a0

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

docs/getting-started/your-first-scene.mdx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,7 @@ We'll create a new mesh using a **BoxGeometry** and a **MeshStandardMaterial** w
5959
<boxGeometry />
6060
<meshStandardMaterial />
6161
</mesh>
62+
</Canvas>
6263
```
6364

6465
Let's pause for a moment to understand exactly what is happening here. The code we just wrote is the equivalent to this three.js code:

0 commit comments

Comments
 (0)