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

Commit f0ff5e2

Browse files
chalinkwalrath
authored andcommitted
docs(style-guide): attributes aren't comma separated (#2372)
A fix necessary for ng2.io
1 parent e56bae4 commit f0ff5e2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

public/docs/ts/latest/guide/style-guide.jade

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1845,7 +1845,7 @@ a(href="#toc") Back to top
18451845
**Consider** using [snippets](https://marketplace.visualstudio.com/items?itemName=johnpapa.Angular2) for [Visual Studio Code](https://code.visualstudio.com/) that follow these styles and guidelines.
18461846

18471847
<a href="https://marketplace.visualstudio.com/items?itemName=johnpapa.Angular2">
1848-
<img src="https://github.com/johnpapa/vscode-angular2-snippets/raw/master/images/use-extension.gif", width="80%", alt="Use Extension">
1848+
<img src="https://github.com/johnpapa/vscode-angular2-snippets/raw/master/images/use-extension.gif" width="80%" alt="Use Extension">
18491849
</a>
18501850

18511851
**Consider** using [snippets](https://atom.io/packages/angular-2-typescript-snippets) for [Atom](https://atom.io/) that follow these styles and guidelines.

0 commit comments

Comments
 (0)