From 8773854a8cb78ecf269126eafeb42da02624c21d Mon Sep 17 00:00:00 2001 From: Alan Agius Date: Thu, 5 Aug 2021 07:40:44 +0200 Subject: [PATCH] docs(@angular-devkit/schematics): replace template with templating section Closes #11733 (cherry picked from commit 93b541bb0c3ea1c800135136a318804724b630c9) --- packages/angular_devkit/schematics/README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/packages/angular_devkit/schematics/README.md b/packages/angular_devkit/schematics/README.md index 6a1b6cd5ad33..4ef2d45c4eb5 100644 --- a/packages/angular_devkit/schematics/README.md +++ b/packages/angular_devkit/schematics/README.md @@ -74,10 +74,10 @@ It is impossible to create files using a `FileOperator`. The Schematics library provides multiple `Operator` factories by default that cover basic use cases: -| FileOperator | Description | -| -------------------------------- | --------------------------------------------------- | -| `contentTemplate(options: T)` | Apply a content template (see the Template section) | -| `pathTemplate(options: T)` | Apply a path template (see the Template section) | +| FileOperator | Description | +| -------------------------------- | -------------------------------------------------------------------- | +| `contentTemplate(options: T)` | Apply a content template (see the [Templating](#templating) section) | +| `pathTemplate(options: T)` | Apply a path template (see the [Templating](#templating) section) | ## Provided Sources