Skip to content

Commit bd76eac

Browse files
authored
Merge pull request #43 from davidfurlong/patch-1
Fix typo in README.md
2 parents 118d04a + 889c882 commit bd76eac

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
@@ -275,7 +275,7 @@ const {
275275
276276
// cssHash for use with babel-plugin-dual-import
277277
cssHashRaw, // hash object of chunk names to css file paths
278-
cssHash, // string: <script>window.__CSS_CHUNKS__ = ${JSON.stringify(cssHashRw)}</script>
278+
cssHash, // string: <script>window.__CSS_CHUNKS__ = ${JSON.stringify(cssHashRaw)}</script>
279279
CssHash, // react component of above
280280
281281
// important paths:

0 commit comments

Comments
 (0)