Skip to content

Commit 82b4da7

Browse files
vwillyamsljharb
andauthored
Update docs/rules/no-multi-comp.md
Co-authored-by: Jordan Harband <[email protected]>
1 parent 34d2e33 commit 82b4da7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/rules/no-multi-comp.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,7 @@ function Hello(props) {
115115
function HelloAgain(props) {
116116
return <div>Hello again {props.name}</div>;
117117
}
118-
module.exports = {Hello, HelloAgain}
118+
module.exports = { Hello, HelloAgain };
119119
```
120120

121121
## When Not To Use It

0 commit comments

Comments
 (0)