From e18f1f44dc716d99d9a147a47d8507eebbfa8e4c Mon Sep 17 00:00:00 2001 From: Michael Verges Date: Fri, 21 Aug 2020 12:11:41 -0400 Subject: [PATCH] Update Examples.md --- Docs/Examples.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Docs/Examples.md b/Docs/Examples.md index fa62ea1..2db78c5 100644 --- a/Docs/Examples.md +++ b/Docs/Examples.md @@ -19,7 +19,7 @@ ZStack { ## Multi-height drawer with haptic impact - + ```swift Drawer { @@ -44,7 +44,7 @@ Drawer { ## Example 2 - + A basic two-height drawer.