Skip to content

Commit 168ebb0

Browse files
fix typo
1 parent 099020d commit 168ebb0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

integrations/walkme/lib/index.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ WalkMe.prototype.initialize = function() {
6868
sriSuffix = 'private_';
6969
}
7070

71-
var bucket = (this.options.customDirectory) ? this.options.customDirecotry : 'users';
71+
var bucket = (this.options.customDirectory) ? this.options.customDirectory : 'users';
7272
var url = `https://cdn.walkme.com/${bucket}/${walkMeSystemId}/${env}/walkme_${sriSuffix}${walkMeSystemId}_https.js`;
7373

7474
this.load({

0 commit comments

Comments
 (0)