Skip to content

Commit aba7d81

Browse files
chore: module example code typo (#359)
missing comma of obj is in comments instead
1 parent ebd0b67 commit aba7d81

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@ Import or require as usual:
109109
const netlifyIdentity = require('netlify-identity-widget');
110110

111111
netlifyIdentity.init({
112-
container: '#netlify-modal' // defaults to document.body,
112+
container: '#netlify-modal', // defaults to document.body
113113
locale: 'en' // defaults to 'en'
114114
});
115115

0 commit comments

Comments
 (0)