Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
williamjulianvicary committed Jun 28, 2020
1 parent 07397b0 commit b885c55
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.js
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ module.exports = class dataLayer {
* as an object
*/
async getDataModel(containerId = this.containerId) {
return this.page.evalute(function(containerId) {
return this.page.evaluate(function(containerId) {
return new Promise((resolve, reject) => {
try {
var dataModel = google_tag_manager[
Expand Down

0 comments on commit b885c55

Please sign in to comment.