Skip to content

Commit 93b0548

Browse files
author
Paul McBride
authored
fix text formatting (#582)
1 parent 62093ba commit 93b0548

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
@@ -78,7 +78,7 @@ function MyComponent() {
7878
const [value, setValue] = useState('');
7979

8080
return (
81-
<ReactQuill theme="snow"value={value} onChange={setValue}/>
81+
<ReactQuill theme="snow" value={value} onChange={setValue}/>
8282
);
8383
}
8484
~~~

0 commit comments

Comments
 (0)