From b9d8eed4a740e107237ca075d33636da78c01454 Mon Sep 17 00:00:00 2001 From: Luca Vazzano Date: Thu, 21 Jun 2018 19:13:57 +0200 Subject: [PATCH] fixed typo in the Schematics README --- packages/angular_devkit/schematics/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/angular_devkit/schematics/README.md b/packages/angular_devkit/schematics/README.md index 1926a88538..9b9cb0ac35 100644 --- a/packages/angular_devkit/schematics/README.md +++ b/packages/angular_devkit/schematics/README.md @@ -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 |