Skip to content

Commit a845c2b

Browse files
authored
Merge pull request #1 from breinify-stage/patch-1
typo fixed
2 parents fdb6ba6 + 51a3aee commit a845c2b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

documentation/example-comprehensive.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -222,7 +222,7 @@ The following code shows a comprehensive example utilizing the *breinify-api.js*
222222
});
223223
224224
Breinify.UTL.events.click('#dimension-lookup', function () {
225-
var userEmail = Breinify.UTL.text('input[name="email"');
225+
var userEmail = Breinify.UTL.text('input[name="email"]');
226226
227227
if (!Breinify.UTL.isEmpty(userEmail)) {
228228
Breinify.UTL.cookie.set('session-email', userEmail, 1);
@@ -307,4 +307,4 @@ The following code shows a comprehensive example utilizing the *breinify-api.js*
307307

308308
</body>
309309
</html>
310-
```
310+
```

0 commit comments

Comments
 (0)