From 382942c5f07304401f470b6949941bce8379d5d9 Mon Sep 17 00:00:00 2001 From: Corey Davis Date: Mon, 17 Oct 2016 14:17:16 -0600 Subject: [PATCH] Update app.js --- Localytics/example/app.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Localytics/example/app.js b/Localytics/example/app.js index a57b5fd..3d327fb 100644 --- a/Localytics/example/app.js +++ b/Localytics/example/app.js @@ -13,7 +13,7 @@ localytics.registerPush(); localytics.setLoggingEnabled(true); localytics.setSessionTimeoutInterval(5); -// set cumstom dimensions and identifiers +// set custom dimensions and identifiers localytics.setCustomDimension(0, 'value_one'); // custom dimension number can be 0 - 9 localytics.getCustomDimension(0); localytics.setCustomerId('apple@localytics.com');