From 54d410526462231627f775d507629e91161de276 Mon Sep 17 00:00:00 2001 From: Uday Vunnam Date: Fri, 26 Apr 2019 09:33:20 +0530 Subject: [PATCH] docs: update readme. sentence correction. (#30136) PR Close #30136 --- aio/content/guide/schematics-for-libraries.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/aio/content/guide/schematics-for-libraries.md b/aio/content/guide/schematics-for-libraries.md index 34edbfa839..8eb6cfced7 100644 --- a/aio/content/guide/schematics-for-libraries.md +++ b/aio/content/guide/schematics-for-libraries.md @@ -157,7 +157,7 @@ export class <%= classify(name) %>Service { -* The `classify` and `dasherize` methods are utility functions you schematic will use to transform your source template and filename. +* The `classify` and `dasherize` methods are utility functions that your schematic will use to transform your source template and filename. * The `name` is provided as a property from your factory function. It is the same `name` you defined in the schema.