1
0
Fork 0

fix(docs): Howtos documentation corrections and updates

This commit is contained in:
Benjamin F 2022-12-22 17:24:59 -08:00
parent 04da277fd2
commit 24f7776840
25 changed files with 46 additions and 43 deletions

View file

@ -3,7 +3,7 @@ title: Adding points
---
Points should be stored in the `points` key of the object passed to your part's
draft method. The contructor for points is available in the `Point` key. You
draft method. The constructor for points is available in the `Point` key. You
can destructure them for easy access.
<Example caption="An example of adding a point" tutorial>