From 3b2001834265f97a761eb7306f567e0137cf9942 Mon Sep 17 00:00:00 2001 From: Nick Muller <3781551+nphmuller@users.noreply.github.com> Date: Wed, 21 Feb 2024 21:42:42 +0100 Subject: [PATCH] Fix codesample typo in tutorial.md Change
to since the Remix Form component is used in the tutorial. This already was in place for all code samples except for one instance. --- docs/tutorial.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/tutorial.md b/docs/tutorial.md index 8b20e8fd..3c2b7772 100644 --- a/docs/tutorial.md +++ b/docs/tutorial.md @@ -394,7 +394,7 @@ export default function ContactUs() { }); return ( - {/* ... */} -
+ ); } ```