mirror of
https://github.com/angular/angular-cli.git
synced 2025-05-15 18:13:38 +08:00
fixed typo in the Schematics README
This commit is contained in:
parent
4a2fc6f04a
commit
b9d8eed4a7
@ -105,7 +105,7 @@ The system operates on placeholders defined inside files or their paths as loade
|
||||
| Placeholder | Description |
|
||||
|---|---|
|
||||
| __variable__ | Replaced with the value of `variable`. |
|
||||
| __varaiable@function__ | Replaced with the result of the call `function(variable)`. Can be chained to the left (`__variable@function1@function2__ ` etc). |
|
||||
| __variable@function__ | Replaced with the result of the call `function(variable)`. Can be chained to the left (`__variable@function1@function2__ ` etc). |
|
||||
|
||||
## Content Templating
|
||||
| Placeholder | Description |
|
||||
|
Loading…
x
Reference in New Issue
Block a user