Skip to content

Commit 2bf8138

Browse files
committed
2 parents 5105fa2 + b1bfee7 commit 2bf8138

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)