Skip to content

Commit 36397f5

Browse files
authored
Merge pull request #3820 from QuinnHerden/patch-1
remove extra space char from "part2b.md"
2 parents 9f0647a + 7652248 commit 36397f5

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)