From a79baba45cb8d7087f4a2d7f58164c0369ec0eb4 Mon Sep 17 00:00:00 2001 From: Tyler Renelle Date: Tue, 17 Dec 2013 12:02:11 -0700 Subject: [PATCH] fix #2016 (grammar) --- 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 16a4a251f0..64999b9796 100644 --- a/public/js/services/guideServices.js +++ b/public/js/services/guideServices.js @@ -150,7 +150,7 @@ angular.module('guideServices', []). { element: ".allocate-stats", title: "Stats", - content: "These are your class's stats, they effect the game-play. Each time you level up, you get one point to allocate to particular stat. Hover over each stat for more information.", + content: "These are your class's stats, they affect the game-play. Each time you level up, you get one point to allocate to particular stat. Hover over each stat for more information.", }, { element: ".auto-allocate", title: "Auto Allocate",