We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents efddf5f + f72c1a6 commit 1e01c53Copy full SHA for 1e01c53
docgen/templates.ts
@@ -3,7 +3,7 @@ import path from 'path';
3
/**
4
* @category Docgen
5
* @notice A helper method to get the path to the templates folder.
6
- * @returns The the path to templates folder.
+ * @returns The path to templates folder.
7
*/
8
export function oneInchTemplates(): string {
9
return path.normalize(path.join(__dirname, '../../docgen/templates'));
0 commit comments