Skip to content

Commit 7652248

Browse files
authored
remove extra space char from "part2b.md"
1 parent 9f0647a commit 7652248

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/content/2/en/part2b.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -365,7 +365,7 @@ const App = (props) => {
365365
// highlight-start
366366
<div>
367367
<button onClick={() => setShowAll(!showAll)}>
368-
show {showAll ? 'important' : 'all' }
368+
show {showAll ? 'important' : 'all'}
369369
</button>
370370
</div>
371371
// highlight-end

0 commit comments

Comments
 (0)