diff --git a/source/guides/tooling/typescript-support.md b/source/guides/tooling/typescript-support.md index 80108d77a5..c33aef096a 100644 --- a/source/guides/tooling/typescript-support.md +++ b/source/guides/tooling/typescript-support.md @@ -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