Skip to content

Commit b9d8eed

Browse files
LucaVazzhansl
authored andcommitted
fixed typo in the Schematics README
1 parent 4a2fc6f commit b9d8eed

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/angular_devkit/schematics/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@ The system operates on placeholders defined inside files or their paths as loade
105105
| Placeholder | Description |
106106
|---|---|
107107
| __variable__ | Replaced with the value of `variable`. |
108-
| __varaiable@function__ | Replaced with the result of the call `function(variable)`. Can be chained to the left (`__variable@function1@function2__ ` etc). |
108+
| __variable@function__ | Replaced with the result of the call `function(variable)`. Can be chained to the left (`__variable@function1@function2__ ` etc). |
109109

110110
## Content Templating
111111
| Placeholder | Description |

0 commit comments

Comments
 (0)