You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: packages/angular_devkit/schematics/README.md
+1-1
Original file line number
Diff line number
Diff line change
@@ -105,7 +105,7 @@ The system operates on placeholders defined inside files or their paths as loade
105
105
| Placeholder | Description |
106
106
|---|---|
107
107
|__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). |
0 commit comments