Skip to content

Commit

Permalink
text: Spell fix (cypress-io#2691)
Browse files Browse the repository at this point in the history
  • Loading branch information
gauravmak authored Apr 7, 2020
1 parent ddbbdee commit c25eed0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion source/guides/tooling/typescript-support.md
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ A nice detailed JSDoc comment above the method type will be really appreciated b

If your specs files are in TypeScript, you should include the TypeScript definition file, `cypress/support/index.d.ts`, with the rest of the source files.

Even if your project is JavaScript only, the JavaScript specs can know about the new command by referencing the file using the special tripple slash `reference path` comment.
Even if your project is JavaScript only, the JavaScript specs can know about the new command by referencing the file using the special triple slash `reference path` comment.

```javascript
// from your cypress/integration/spec.js
Expand Down

0 comments on commit c25eed0

Please sign in to comment.