Skip to content
This repository was archived by the owner on Dec 4, 2017. It is now read-only.

Commit 1bc3fd6

Browse files
committed
minor copy-edits
1 parent f0d3b8e commit 1bc3fd6

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

public/docs/ts/latest/cookbook/third-party-lib.jade

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ include ../_util-fns
8383

8484
*Typings files*
8585

86-
JavaScript has no way of representing typings. In order to preserve the original typings, `ngc` will generate .d.ts typings files.
86+
JavaScript has no way of representing typings. In order to preserve the original typings, `ngc` will generate `.d.ts` typings files.
8787

8888
*Meta Data JSON files*
8989

@@ -135,7 +135,7 @@ include ../_util-fns
135135

136136
In `tsconfig.json` the module for the `umd` bundle is specified as `commonjs`, not `es2015`. This is done to ensure that the bundle can be executed "as is", without further transpilation or bundling.
137137

138-
To generate the bundle we will be using a framework called `Rollup`.
138+
To generate the bundle you will be using a framework called `Rollup`.
139139

140140
The JiT build assumes the following Rollup and TypeScript configuration.
141141

@@ -244,4 +244,4 @@ include ../_util-fns
244244

245245
After loading both the JiT and AoT versions of the library the final application looks like this:
246246
figure.image-display
247-
img(src="/resources/images/cookbooks/third-party-lib/third-party-lib.png" alt="Third-Party-Library")
247+
img(src="/resources/images/cookbooks/third-party-lib/third-party-lib.png" alt="Third-Party-Library")

0 commit comments

Comments
 (0)