Skip to content

Commit 99aa099

Browse files
authored
Merge pull request #226 from LarsDepuydt/patch-1
Fix spellings mistake in Readme example
2 parents 9681173 + 7d7cd52 commit 99aa099

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ Install and use by directly by including the [browser files](dist):
7070
<a-entity sphere-collider="objects: a-box" super-hands hand-controls="hand: right"></a-entity>
7171
</a-entity>
7272
<!-- hover & drag-drop won't have any obvious effect without some additional event handlers or components. See the examples page for more -->
73-
<a-box hoverable grabbable stretchable draggable dropppable color="blue" position="0 0 -1"></a-box>
73+
<a-box hoverable grabbable stretchable draggable droppable color="blue" position="0 0 -1"></a-box>
7474
</a-scene>
7575
</body>
7676
```

0 commit comments

Comments
 (0)