Skip to content

Commit

Permalink
Merge pull request #792 from mwickett/patch-1
Browse files Browse the repository at this point in the history
docs: fix VS Code typo
  • Loading branch information
fbartho committed Dec 20, 2018
2 parents 4a62fea + 9db01ea commit b4181cb
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 b4181cb

Please sign in to comment.