diff --git a/public/docs/ts/latest/guide/upgrade.jade b/public/docs/ts/latest/guide/upgrade.jade index fb5f09f64e..163484dd37 100644 --- a/public/docs/ts/latest/guide/upgrade.jade +++ b/public/docs/ts/latest/guide/upgrade.jade @@ -350,7 +350,7 @@ include ../../../../_includes/_util-fns +makeExample('upgrade/ts/typescript-conversion/test/karma_test_shim.js', null, 'test/karma_test_shim.js') -.alert.is-important The shim is likely to be replaced by improved tooling, but is needed in the current, early versions of Angular 2. +.alert.is-important The shim is likely to be replaced by improved tooling, but is currently needed. :marked We'll then update the Karma configuration file, so that it loads SystemJS and the @@ -1002,7 +1002,7 @@ include ../../../../_includes/_util-fns in the template when an attribute's value is a property expression, as opposed to a literal string. * We've replaced `ng-repeat`s with `*ngFor`s. - * We've replace `ng-click` with an event binding for the standard `click`. + * We've replaced `ng-click` with an event binding for the standard `click`. * In all references to `phone`, we're using the elvis operator `?.` for safe property navigation. We need it because when the component first loads, we don't have `phone` yet and the expressions will refer to a non-existing