We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents a9fadeb + ddad378 commit e95d26dCopy full SHA for e95d26d
src/presentations/reactNews/react16/slides/1/index.js
@@ -8,7 +8,7 @@ export default (
8
>
9
<Heading size={3} style={{ color: 'white' }}>React 16 News</Heading>
10
<List>
11
- <Appear><p>- Error Handing using Error Boundaries.</p></Appear>
+ <Appear><p>- Error Handling using Error Boundaries.</p></Appear>
12
<Appear><p>- Render multiple elements without a wrapping element in a component.</p></Appear>
13
<Appear><p>- Render text only components.</p></Appear>
14
<Appear><p>- Render elements outside the current react tree using portals (ReactDOM.createPortal).</p></Appear>
0 commit comments