From c15e6750d5bd58ae8023b3f7f308ad4d25a5536c Mon Sep 17 00:00:00 2001 From: Moh'd Ali Date: Mon, 10 Jun 2019 13:56:49 +0300 Subject: [PATCH] docs: fix a grammar mistake (#30949) Grammar mistake is in the JsonPipe section PR Close #30949 --- aio/content/guide/pipes.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/aio/content/guide/pipes.md b/aio/content/guide/pipes.md index 018093c7fc..71269d20fe 100644 --- a/aio/content/guide/pipes.md +++ b/aio/content/guide/pipes.md @@ -548,7 +548,7 @@ It displays the same hero data in JSON format by chaining through to the built-i The [JsonPipe](api/common/JsonPipe) -provides an easy way to diagnosis a mysteriously failing data binding or +provides an easy way to diagnose a mysteriously failing data binding or inspect an object for future binding.