Skip to content

Commit dce4d16

Browse files
committed
testing footer
1 parent e5ca9ae commit dce4d16

File tree

3 files changed

+5
-0
lines changed

3 files changed

+5
-0
lines changed

docs/getting-started.md

+2
Original file line numberDiff line numberDiff line change
@@ -18,3 +18,5 @@ So:
1818
Now create a new `.ts` TypeScript file and start hacking away. AtomTS will take care of compiling it to `.js` and create a default [`tsconfig.json` TypeScript project file](https://github.com/TypeStrong/atom-typescript/blob/master/docs/tsconfig.md) for you.
1919

2020
With a dev setup out of the way lets jump into TypeScript syntax.
21+
22+
{% include "footer.md" %}

docs/why-typescript.md

+2
Original file line numberDiff line numberDiff line change
@@ -60,3 +60,5 @@ interfaace Bar{
6060
[](Interfaces are open ended)
6161
[](Type Inferernce rules)
6262
[](Cover all the annotations)
63+
64+
{% include "footer.md" %}

footer.md

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
[fork me on github][https://github.com/basarat/typescript-book/]

0 commit comments

Comments
 (0)