From adc18831d5ad31e2a99a6e53ce8ca3fdf5138877 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)
Also, indent level has been changed because prettier now recognizes the
XHTML structure and the indention was not as expected.
---
website/docs/concepts/function-components/introduction.mdx | 6 +++---
.../concepts/function-components/introduction.mdx | 6 +++---
2 files changed, 6 insertions(+), 6 deletions(-)
diff --git a/website/docs/concepts/function-components/introduction.mdx b/website/docs/concepts/function-components/introduction.mdx
index 8acf12b6296..bd3301abc57 100644
--- a/website/docs/concepts/function-components/introduction.mdx
+++ b/website/docs/concepts/function-components/introduction.mdx
@@ -59,9 +59,9 @@ For the previous example, this would look like this:
```xhtml
-
- "Hello world"
-
+
+ "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..99e43e53763 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
@@ -59,9 +59,9 @@ For the previous example this would look like this:
```xhtml
-
- "Hello world"
-
+
+ "Hello world"
+
```