From 11d256010f55f8955e252cbba5ee6bba0ab705e5 Mon Sep 17 00:00:00 2001
From: devfbe <94182658+devfbe@users.noreply.github.com>
Date: Sun, 24 Sep 2023 22:20:25 +0200
Subject: [PATCH] Update introduction.mdx
Just add a missing 'l' to the closing HelloWorld tag in the function components documentation (introduction.mdx)
---
website/docs/concepts/function-components/introduction.mdx | 2 +-
.../version-0.20/concepts/function-components/introduction.mdx | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/website/docs/concepts/function-components/introduction.mdx b/website/docs/concepts/function-components/introduction.mdx
index 8acf12b6296..0679ca431a6 100644
--- a/website/docs/concepts/function-components/introduction.mdx
+++ b/website/docs/concepts/function-components/introduction.mdx
@@ -61,7 +61,7 @@ For the previous example, this would look like this:
"Hello world"
-
+
```
diff --git a/website/versioned_docs/version-0.20/concepts/function-components/introduction.mdx b/website/versioned_docs/version-0.20/concepts/function-components/introduction.mdx
index 994b6e94e22..f845a98fc11 100644
--- a/website/versioned_docs/version-0.20/concepts/function-components/introduction.mdx
+++ b/website/versioned_docs/version-0.20/concepts/function-components/introduction.mdx
@@ -61,7 +61,7 @@ For the previous example this would look like this:
"Hello world"
-
+
```