Skip to content

Commit ddad378

Browse files
authored
Fix typo
1 parent a9fadeb commit ddad378

File tree

1 file changed

+1
-1
lines changed
  • src/presentations/reactNews/react16/slides/1

1 file changed

+1
-1
lines changed

src/presentations/reactNews/react16/slides/1/index.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ export default (
88
>
99
<Heading size={3} style={{ color: 'white' }}>React 16 News</Heading>
1010
<List>
11-
<Appear><p>- Error Handing using Error Boundaries.</p></Appear>
11+
<Appear><p>- Error Handling using Error Boundaries.</p></Appear>
1212
<Appear><p>- Render multiple elements without a wrapping element in a component.</p></Appear>
1313
<Appear><p>- Render text only components.</p></Appear>
1414
<Appear><p>- Render elements outside the current react tree using portals (ReactDOM.createPortal).</p></Appear>

0 commit comments

Comments
 (0)