Skip to content

Commit

Permalink
docs(docs-infra): fix typos and spelling in the stackblitz-builder/RE…
Browse files Browse the repository at this point in the history
…ADME.md (#34009)

PR Close #34009
  • Loading branch information
arturovt authored and matsko committed Nov 25, 2019
1 parent 44225e4 commit f2800b9
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions aio/tools/stackblitz-builder/README.md
Expand Up @@ -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

Expand Down Expand Up @@ -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~.

0 comments on commit f2800b9

Please sign in to comment.