From f180711b30c2c808b3c49258eeaed5d4b1d613b8 Mon Sep 17 00:00:00 2001 From: Deep Pancholi Date: Thu, 24 Oct 2024 16:43:48 -0700 Subject: [PATCH] Update readme.md Signed-off-by: Deep Pancholi --- 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} ```