From f2800b90b2429adf0c8d65854c6dd8a93b287711 Mon Sep 17 00:00:00 2001 From: arturovt Date: Sat, 23 Nov 2019 17:59:46 +0200 Subject: [PATCH] docs(docs-infra): fix typos and spelling in the stackblitz-builder/README.md (#34009) PR Close #34009 --- aio/tools/stackblitz-builder/README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/aio/tools/stackblitz-builder/README.md b/aio/tools/stackblitz-builder/README.md index dc39dce25306f..d5f0b763238a5 100644 --- a/aio/tools/stackblitz-builder/README.md +++ b/aio/tools/stackblitz-builder/README.md @@ -3,8 +3,8 @@ [Stackblitz](https://stackblitz.com/) is an online tool for creating, collaborating and sharing ideas. In AIO we use it to share one or more runnable versions of our examples. -Stackblitz can be used both in a separate page and in an embedded form. -* `generateStackblitz.js` - executes each of the the StackblitzBuilder to generate a stackblitz file for each example. +Stackblitz can be used both on a separate page and in an embedded form. +* `generateStackblitz.js` - executes each of the StackblitzBuilder to generate a stackblitz file for each example. ## Stackblitz generation @@ -53,7 +53,7 @@ example. ## Appendix: Why not generating stackblitz at runtime? -At AngularJS, all the plunker examples were generated a runtime. The downside was that all the example code had to be -deployed as well and would no longer be useful after the plunker was generated. +At AngularJS, all the plunker examples were generated at runtime. The downside was that all the example code had to be +deployed as well and would no longer be useful after the plunker was generated. This `StackblitzBuilder` tool takes a few seconds to run, and the end result is only 3mb~.