diff --git a/example/src/examples/Annotations/MarkerView.tsx b/example/src/examples/Annotations/MarkerView.tsx index cf04468fa..7b3e03ddf 100644 --- a/example/src/examples/Annotations/MarkerView.tsx +++ b/example/src/examples/Annotations/MarkerView.tsx @@ -103,7 +103,7 @@ const metadata = { title: 'Marker View', tags: ['PointAnnotation', 'MarkerView'], docs: ` -Shows marker view and poitn annotations +Shows marker view and point annotations `, }; ShowMarkerView.metadata = metadata;