From 644245aa69ed10c6cc06b87d4e068731a0055f61 Mon Sep 17 00:00:00 2001 From: uwutaube <81832919+uwutaube@users.noreply.github.com> Date: Wed, 8 Oct 2025 22:37:39 +0200 Subject: [PATCH] chore: fix fypo --- example/src/examples/Annotations/MarkerView.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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;