Skip to content

Commit 25f6072

Browse files
authored
Merge pull request #171 from oleksandr-danylchenko/fix-ignore-typo
Fixed `scope` type reference typo
2 parents eaac5f2 + 4cd6b7c commit 25f6072

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)