diff --git a/docs/snippets/react/login-form-with-play-function.mdx.mdx b/docs/snippets/react/login-form-with-play-function.mdx.mdx index 4420352b07ff..5c4a08d374e3 100644 --- a/docs/snippets/react/login-form-with-play-function.mdx.mdx +++ b/docs/snippets/react/login-form-with-play-function.mdx.mdx @@ -13,7 +13,7 @@ export const Template = (args) => ; - {Template.bind({)}} + {Template.bind({})} ; {Template.bind({})} -``` \ No newline at end of file +```