Skip to content

Commit f8cb287

Browse files
module example code typo
missing comma of obj is in comments instead
1 parent ebd0b67 commit f8cb287

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)