Skip to content

Commit 387c41b

Browse files
author
Marco
committed
Typo in variable name
1 parent 63e4db5 commit 387c41b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Breinify.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -263,7 +263,7 @@
263263
localDateTime = typeof localDateTime === 'undefined' || localDateTime === null ? null : localDateTime;
264264
sign = typeof sign === 'boolean' ? sign : false;
265265

266-
if (timzone === null) {
266+
if (timezone === null) {
267267
// get timezone from moment.js
268268
// moment().tz(moment.tz.guess()).format('z');
269269
}

0 commit comments

Comments
 (0)