From 4e7a44c816bee68813f70b82dca3992649c3f99b Mon Sep 17 00:00:00 2001 From: Conner Chyung Date: Tue, 12 Jun 2018 14:24:24 -0600 Subject: [PATCH] docs: fix typo in pipes guide (#24452) PR Close #24452 --- 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 0ff418003d..4d2d57ec25 100644 --- a/aio/content/guide/pipes.md +++ b/aio/content/guide/pipes.md @@ -3,7 +3,7 @@ Every application starts out with what seems like a simple task: get data, transform them, and show them to users. Getting data could be as simple as creating a local variable or as complex as streaming data over a WebSocket. -Once data arrive, you could push their raw `toString` values directly to the view, +Once data arrives, you could push their raw `toString` values directly to the view, but that rarely makes for a good user experience. For example, in most use cases, users prefer to see a date in a simple format like April 15, 1988 rather than the raw string format