From ecbae097014c73901536c056ce8f9ae30eaf066c Mon Sep 17 00:00:00 2001 From: Mathew Foscarini Date: Sun, 23 Nov 2014 13:58:45 -0500 Subject: [PATCH 1/2] Fixed grammar in compile.js (ngDoc) Changed "You may want to use this in production" to "You may want disable this in production". The phrase "to use" implies enabling where as it should be *disabled* in production. --- src/ng/compile.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/ng/compile.js b/src/ng/compile.js index 941b449ad359..156d0f45a6d9 100644 --- a/src/ng/compile.js +++ b/src/ng/compile.js @@ -870,7 +870,7 @@ function $CompileProvider($provide, $$sanitizeUriProvider) { * * `ng-binding` CSS class * * `$binding` data property containing an array of the binding expressions * - * You may want to use this in production for a significant performance boost. See + * You may want disable this in production for a significant performance boost. See * {@link guide/production#disabling-debug-data Disabling Debug Data} for more. * * The default value is true. From b569e9430490e651dbe05d06f38af23aef016966 Mon Sep 17 00:00:00 2001 From: Mathew Foscarini Date: Sun, 23 Nov 2014 16:42:54 -0500 Subject: [PATCH 2/2] Update compile.js changed "disable" to "to disable" --- src/ng/compile.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/ng/compile.js b/src/ng/compile.js index 156d0f45a6d9..c7584148d793 100644 --- a/src/ng/compile.js +++ b/src/ng/compile.js @@ -870,7 +870,7 @@ function $CompileProvider($provide, $$sanitizeUriProvider) { * * `ng-binding` CSS class * * `$binding` data property containing an array of the binding expressions * - * You may want disable this in production for a significant performance boost. See + * You may want to disable this in production for a significant performance boost. See * {@link guide/production#disabling-debug-data Disabling Debug Data} for more. * * The default value is true.