Skip to content

Commit 27ca44c

Browse files
committed
fix typo
1 parent 0d9d0ef commit 27ca44c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -319,7 +319,7 @@ const root = createRoot(domNode);
319319
root.render(
320320
<Form src="https://example.form.io/example" onSubmit={console.log} />,
321321
);
322-
````
322+
```
323323

324324
Render a simple form from a JSON form definition:
325325

0 commit comments

Comments
 (0)