Skip to content

Commit e95d26d

Browse files
authored
Merge pull request #5 from react-skg/fix/typo-patch
Fix typo
2 parents a9fadeb + ddad378 commit e95d26d

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)