Skip to content

Commit df66c15

Browse files
authored
docs: fix typo
1 parent 17ef66d commit df66c15

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
@@ -376,7 +376,7 @@ await faceapi.detectSingleFace(input).withFaceLandmarks().withFaceExpressions().
376376

377377
To perform face recognition, one can use faceapi.FaceMatcher to compare reference face descriptors to query face descriptors.
378378

379-
First, we initialize the FaceMatcher with the reference data, for example we can simply detect faces in a **referenceImage** and match the descriptors of the detected faces to faces of subsquent images:
379+
First, we initialize the FaceMatcher with the reference data, for example we can simply detect faces in a **referenceImage** and match the descriptors of the detected faces to faces of subsequent images:
380380

381381
``` javascript
382382
const results = await faceapi

0 commit comments

Comments
 (0)