From 79911aa5662a87f7c763af80fd88342cf532552e Mon Sep 17 00:00:00 2001
From: Helen <1720093+scooooooooby@users.noreply.github.com>
Date: Fri, 8 Jan 2021 12:25:59 -0500
Subject: [PATCH] Adds missing character in prop
Adds a missing 'r'!
---
.../snippets/react/component-story-custom-args-complex.js.mdx | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/docs/snippets/react/component-story-custom-args-complex.js.mdx b/docs/snippets/react/component-story-custom-args-complex.js.mdx
index 32e81ce4600a..42c17e53aec3 100644
--- a/docs/snippets/react/component-story-custom-args-complex.js.mdx
+++ b/docs/snippets/react/component-story-custom-args-complex.js.mdx
@@ -40,6 +40,6 @@ export default {
const Template = ({ propertyA, propertyB, ...rest }) => {
const someFunctionResult = someFunction(propertyA, propertyB);
- return ;
+ return ;
};
-```
\ No newline at end of file
+```