We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9f0647a commit 7652248Copy full SHA for 7652248
src/content/2/en/part2b.md
@@ -365,7 +365,7 @@ const App = (props) => {
365
// highlight-start
366
<div>
367
<button onClick={() => setShowAll(!showAll)}>
368
- show {showAll ? 'important' : 'all' }
+ show {showAll ? 'important' : 'all'}
369
</button>
370
</div>
371
// highlight-end
0 commit comments