Skip to content

Commit 8773854

Browse files
committed
docs(@angular-devkit/schematics): replace template with templating section
Closes #11733 (cherry picked from commit 93b541b)
1 parent df66cbd commit 8773854

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

packages/angular_devkit/schematics/README.md

+4-4
Original file line numberDiff line numberDiff line change
@@ -74,10 +74,10 @@ It is impossible to create files using a `FileOperator`.
7474

7575
The Schematics library provides multiple `Operator` factories by default that cover basic use cases:
7676

77-
| FileOperator | Description |
78-
| -------------------------------- | --------------------------------------------------- |
79-
| `contentTemplate<T>(options: T)` | Apply a content template (see the Template section) |
80-
| `pathTemplate<T>(options: T)` | Apply a path template (see the Template section) |
77+
| FileOperator | Description |
78+
| -------------------------------- | -------------------------------------------------------------------- |
79+
| `contentTemplate<T>(options: T)` | Apply a content template (see the [Templating](#templating) section) |
80+
| `pathTemplate<T>(options: T)` | Apply a path template (see the [Templating](#templating) section) |
8181

8282
## Provided Sources
8383

0 commit comments

Comments
 (0)