From 185090b15dd234092ffcc6dad56fedf612bb02d5 Mon Sep 17 00:00:00 2001 From: George Kalpakas Date: Sat, 17 Apr 2021 20:37:56 +0300 Subject: [PATCH] docs: add missing backticks in `schematics-for-libraries.md` (#41681) PR Close #41681 --- aio/content/guide/schematics-for-libraries.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/aio/content/guide/schematics-for-libraries.md b/aio/content/guide/schematics-for-libraries.md index cefa7bf4d1..4bbe506f79 100644 --- a/aio/content/guide/schematics-for-libraries.md +++ b/aio/content/guide/schematics-for-libraries.md @@ -42,7 +42,7 @@ Now you are ready to create that schematic. A schematic for the `ng add` command can enhance the initial installation process for your users. The following steps will define this type of schematic. -1. Go to the /schematics/ng-add/ folder. +1. Go to the `/schematics/ng-add/` folder. 1. Create the main file, `index.ts`. @@ -66,7 +66,7 @@ Use the `save` option of `ng-add` to configure if the library should be added to Possible values are: - * `false` - Don't add the package to package.json + * `false` - Don't add the package to `package.json` * `true` - Add the package to the dependencies * `"dependencies"` - Add the package to the dependencies * `"devDependencies"` - Add the package to the devDependencies