Skip to content

Commit b1bfee7

Browse files
authored
Merge pull request #15 from threepointone/patch-1
Update README.md
2 parents 2441363 + 92441d0 commit b1bfee7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@ import { createAsyncComponent } from 'react-async-component'; // 👈
105105
// 👇 create an async component
106106
const AsyncProduct = createAsyncComponent({
107107
resolve: () => System.import('./Product')
108-
// 🖕 Webpack's code splitting API
108+
                // 👆 Webpack's code splitting API
109109
});
110110

111111
export default AsyncProduct;

0 commit comments

Comments
 (0)