diff --git a/aio/content/guide/schematics.md b/aio/content/guide/schematics.md index fcc392dad2..21ed7eb5f2 100644 --- a/aio/content/guide/schematics.md +++ b/aio/content/guide/schematics.md @@ -62,7 +62,7 @@ Partner and third party libraries also support the Angular CLI with add schemati For example, `@ng-bootstrap/schematics` adds [ng-bootstrap](https://ng-bootstrap.github.io/) to an app, and `@clr/angular` installs and sets up [Clarity from VMWare](https://vmware.github.io/clarity/documentation/v1.0/get-started). An add schematic can also update a project with configuration changes, add additional dependencies (such as polyfills), or scaffold package-specific initialization code. -For example, the `@angular/pwa` schematic turns your application into a PWA by adding an app manifest and service worker, and the `@angular/elements`  schematic adds the `document-register-element.js` polyfill and dependencies for Angular Elements. +For example, the `@angular/pwa` schematic turns your application into a PWA by adding an application manifest and service worker, and the `@angular/elements`  schematic adds the `document-register-element.js` polyfill and dependencies for Angular Elements. ### Generation schematics