diff --git a/src/ng/compile.js b/src/ng/compile.js index 941b449ad359..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 to use 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.