Skip to content

Commit c24e453

Browse files
authored
Added missing quote (#3514)
1 parent 93e0ef3 commit c24e453

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/guides/preact.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ You can import and use Preact without any custom configuration needed.
1616
// snowpack.config.mjs
1717
export default {
1818
alias: {
19-
react: 'preact/compat',
19+
'react': 'preact/compat',
2020
'react-dom': 'preact/compat',
2121
},
2222
};

0 commit comments

Comments
 (0)