Skip to content

Commit 97a4cc7

Browse files
committed
fixing Propotype typo
1 parent 8b0ef15 commit 97a4cc7

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

src/scoord3d.js

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -13,19 +13,19 @@ class Scoord3D {
1313
constructor() {}
1414

1515
get graphicData() {
16-
throw new Error('Propotype property "graphicData" must be implemented.')
16+
throw new Error('Prototype property "graphicData" must be implemented.')
1717
}
1818

1919
get graphicType() {
20-
throw new Error('Propotype property "graphicType" must be implemented.')
20+
throw new Error('Prototype property "graphicType" must be implemented.')
2121
}
2222

2323
get referencedFrameOfReferenceUID() {
24-
throw new Error('Propotype property "referencedFrameOfReferenceUID" must be implemented.')
24+
throw new Error('Prototype property "referencedFrameOfReferenceUID" must be implemented.')
2525
}
2626

2727
get fiducialUID() {
28-
throw new Error('Propotype property "fiducialUID" must be implemented.')
28+
throw new Error('Prototype property "fiducialUID" must be implemented.')
2929
}
3030

3131
}

0 commit comments

Comments
 (0)