Skip to content

Commit a515a17

Browse files
authored
Fix minor error in documentation for reflection component (#5698)
Fix a </a-scene> which is out of place.
1 parent 96c37a3 commit a515a17

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Diff for: docs/components/reflection.md

+2-1
Original file line numberDiff line numberDiff line change
@@ -30,8 +30,9 @@ Once the user leaves AR this light may have a different color, intensity and pos
3030
The example below sets the reflection color to red and use lighting estimation for AR.
3131

3232
```html
33-
<a-scene reflection="directionalLight:a-light#dirlight;"></a-scene>
33+
<a-scene reflection="directionalLight:a-light#dirlight;">
3434
<a-light id="dirlight" intensity="1" light="castShadow:true;type:directional" position="1 1 1"></a-light>
35+
</a-scene>
3536
```
3637

3738
## Properties

0 commit comments

Comments
 (0)