Skip to content

Commit

Permalink
Fix VS Code typo
Browse files Browse the repository at this point in the history
Fix incorrect spelling of Visual Studio Code and add link.
  • Loading branch information
mwickett committed Dec 20, 2018
1 parent 4a62fea commit 9db01ea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/guides/the_dangerfile.html.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ blurb: Step two on using Danger in your app, how to work locally and nuances aro

The Danger JS DSL is fully typed via TypeScript. These definitions are shipped with the Danger module. If your text
editor supports working with type definitions you will get inline-documentation and auto-completion after you import
danger in your Dangerfile. Visual Studios Code will do this by default for you.
danger in your Dangerfile. [Visual Studio Code](https://code.visualstudio.com/) will do this by default for you.

If you are using Babel in your project, your Dangerfile will use the same transpilation settings. If you're using
TypeScript + Jest it will work out of the box too, however, if you don't, you should head over to the [transpilation
Expand Down

0 comments on commit 9db01ea

Please sign in to comment.