Skip to content

Commit 3820096

Browse files
authored
Update jsx-closing-bracket-location.md
1 parent 8b67d43 commit 3820096

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/rules/jsx-closing-bracket-location.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -133,7 +133,7 @@ var x = function() {
133133
<Say
134134
firstName="John"
135135
lastName="Smith"
136-
>
136+
>
137137
Hello
138138
</Say>;
139139
```

0 commit comments

Comments
 (0)