svelte-society/sveltesociety.dev

Small typo on cheatsheet.

thirdshift opened this issue · 2 comments

Oh the irony of having a typo in your issue about a typo.

From 4e68723039bdc89cb8063489d73761f81a5a820f Mon Sep 17 00:00:00 2001
From: Garrett Hart <ghart@driverreach.com>
Date: Sat, 29 Jan 2022 15:52:22 -0500
Subject: [PATCH] Fix typo

---
 src/routes/cheatsheet/cheat-sheet.js | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/routes/cheatsheet/cheat-sheet.js b/src/routes/cheatsheet/cheat-sheet.js
index ec367c6..f5cd847 100644
--- a/src/routes/cheatsheet/cheat-sheet.js
+++ b/src/routes/cheatsheet/cheat-sheet.js
@@ -186,9 +186,9 @@ export const cheatSheet = [
 		title: 'Render HTML',
 		repl: `${replPath}/44896bb6272d48b2a0a5909678b07cc9`,
 		doc: `${docPath}#html`,
-		content: `<scrit>
+		content: `<script>
   const myHtml = '<span><strong>My text:</strong> text</span>'
-</scrit>
+</script>
 
 {@html '<div>Content</div>'}
 
-- 
2.34.1