ml5js / ml5-website-v02-docsify

This repository is a work-in-progress website, containing documentation and reference materials for the ml5.js library models.
https://docs.ml5js.org/
Other
1 stars 8 forks source link

Typos in `handPose` and `bodyPose` Methods section #163

Open jackbdu opened 1 month ago

jackbdu commented 1 month ago

In the Methods section of handPose Reference, handPose is currently referred to as handpose.

alanvww commented 1 month ago

In the Methods section of handPose Reference, handPose is currently referred to as handpose.

Thanks Jack! Will include it into the latest docs update :)

MOQN commented 1 month ago

@jackbdu Nice catch! Thank you. @alanvww I just fixed the typo! PR #164

jackbdu commented 1 month ago

@MOQN Thanks for the quick response! Sorry I might have not made it super clear, it seems all occurrences of handPose in the section are currently handpose.

jackbdu commented 1 month ago

In addition, in bodyPose > Methods > Parameters > options, there is a missing comma and a missing letter R near the end of modelType line: modelType: "MULTIPOSE_LIGHTNING", // "MULTIPOSE_LIGHTNING", "SINGLEPOSE_LIGHTNING", or "SINGLEPOSE_THUNDER"

alanvww commented 1 month ago

@jackbdu thanks Jack🥲 fixing them now!!!

@MOQN Please check PR #166