diff --git a/public/docs/ts/latest/guide/deployment.jade b/public/docs/ts/latest/guide/deployment.jade index 208918f60d..b134b031c2 100644 --- a/public/docs/ts/latest/guide/deployment.jade +++ b/public/docs/ts/latest/guide/deployment.jade @@ -332,7 +332,7 @@ a#enable-prod-mode console: code-example(format="nocode"). - Angular 2 is running in the development mode. Call enableProdMode() to enable the production mode. + Angular is running in the development mode. Call enableProdMode() to enable the production mode. :marked Switching to production mode can make it run faster by disabling development specific checks such as the dual change detection cycles.