From 0bd61b90a9f19de34d4c7fee05cf129bf0c81ef9 Mon Sep 17 00:00:00 2001 From: Marc Dougherty Date: Tue, 17 Dec 2013 15:56:17 -0800 Subject: [PATCH] fix typo in Auto Allocate guide. --- public/js/services/guideServices.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/js/services/guideServices.js b/public/js/services/guideServices.js index 9ba3831bab..8eecc5ae0a 100644 --- a/public/js/services/guideServices.js +++ b/public/js/services/guideServices.js @@ -155,7 +155,7 @@ angular.module('guideServices', []). element: ".auto-allocate", title: "Auto Allocate", placement: 'left', - content: "If 'automatic allocation' is checked, your avatar gains stats automatically based on your tasks' attributes, which you can find in TASK > Edit > Advanced > Attributes. Eg, if you hit the gym often, and your 'Gym' Daily is set to 'Physical', you'll gain STR auotmatically.", + content: "If 'automatic allocation' is checked, your avatar gains stats automatically based on your tasks' attributes, which you can find in TASK > Edit > Advanced > Attributes. Eg, if you hit the gym often, and your 'Gym' Daily is set to 'Physical', you'll gain STR automatically.", }, { element: ".auto-allocate", title: "Auto Allocate",