Skip to content

Commit a9fa000

Browse files
committed
Merge branch 'source' into update-part9-spanish
2 parents c70616d + 36397f5 commit a9fa000

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)