From 35bb5f612b1456692dd59a2e041dd8cc9d9d7006 Mon Sep 17 00:00:00 2001 From: flav <48295189+flav-code@users.noreply.github.com> Date: Mon, 7 Oct 2024 17:38:04 +0200 Subject: [PATCH] missing quote --- presets/sortable/sortable-context.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/presets/sortable/sortable-context.md b/presets/sortable/sortable-context.md index 2e16265..a92b9fe 100644 --- a/presets/sortable/sortable-context.md +++ b/presets/sortable/sortable-context.md @@ -82,9 +82,9 @@ You may also nest `SortableContext` providers within other `SortableContext` pro // Good, nested DndContexts - + - + {/* ... */} @@ -93,8 +93,8 @@ You may also nest `SortableContext` providers within other `SortableContext` pro // Bad, nested Sortable contexts with `id` collisions - - + + {/* ... */} @@ -102,7 +102,7 @@ You may also nest `SortableContext` providers within other `SortableContext` pro // Good, nested Sortable contexts with unique `id`s - + {/* ... */}