Skip to content

Commit 4cd6b7c

Browse files
Fixed reference typo
1 parent eaac5f2 commit 4cd6b7c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/text-annotator/src/model/w3c/W3CTextFormatAdapter.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -153,7 +153,7 @@ export const serializeW3CTextAnnotation = (
153153
return {
154154
...targetRest,
155155
id,
156-
// @ts-expect-error: `scope` is not part of the core `TextAnnotationTarget` type
156+
// @ts-expect-error: `scope` is not part of the core `TextSelector` type
157157
scope: 'scope' in s ? s.scope : undefined,
158158
source,
159159
selector: w3cSelectors

0 commit comments

Comments
 (0)