From 17857a311fa062a7346482505138b4cac8763f27 Mon Sep 17 00:00:00 2001 From: arturovt Date: Fri, 22 Nov 2019 21:00:22 +0200 Subject: [PATCH] docs: fix typo in the aio/README.md (#33993) PR Close #33993 --- aio/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/aio/README.md b/aio/README.md index 9ae9b409f5..8cb7af568d 100644 --- a/aio/README.md +++ b/aio/README.md @@ -104,7 +104,7 @@ You also want to see those changes displayed properly in the doc viewer with a quick, edit/view cycle time. For this purpose, use the `yarn docs-watch` task, which watches for changes to source files and only -re-processes the the files necessary to generate the docs that are related to the file that has changed. +re-processes the files necessary to generate the docs that are related to the file that has changed. Since this task takes shortcuts, it is much faster (often less than 1 second) but it won't produce full fidelity content. For example, links to other docs and code examples may not render correctly. This is most particularly noticed in links to other docs and in the embedded examples, which may not always render