From 515bf190a06e2510aa4d09d4c186cfa558b75452 Mon Sep 17 00:00:00 2001 From: Deep Pancholi Date: Fri, 25 Oct 2024 01:26:17 -0700 Subject: [PATCH] Fix typo Closes GH-868. Reviewed-by: Remco Haszing Reviewed-by: Titus Wormer --- readme.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/readme.md b/readme.md index b0706e1..8c5038b 100644 --- a/readme.md +++ b/readme.md @@ -678,7 +678,7 @@ const markdown = ` # This is perfect! ` -// Pass the value as an expresion as an only child: +// Pass the value as an expression as an only child: const result = {markdown} ```