From 8e4dc802ffc940bb28db51f341f08d91b10d01b7 Mon Sep 17 00:00:00 2001 From: Wesley Smith Date: Wed, 4 Mar 2015 20:02:23 -0800 Subject: [PATCH] Update ionicConfig.js Just a quick grammar fix. Change "preform" to "perform". --- js/angular/service/ionicConfig.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/js/angular/service/ionicConfig.js b/js/angular/service/ionicConfig.js index 6e2a6704993..795527767a1 100644 --- a/js/angular/service/ionicConfig.js +++ b/js/angular/service/ionicConfig.js @@ -56,7 +56,7 @@ * to `ios`. * * `ios`: iOS style transition. * * `android`: Android style transition. - * * `none`: Do not preform animated transitions. + * * `none`: Do not perform animated transitions. * * @returns {string} value */