Skip to content

Commit 1e01c53

Browse files
authored
Merge pull request #194 from friendlyping/master
Fix some minor typos in the comments
2 parents efddf5f + f72c1a6 commit 1e01c53

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docgen/templates.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ import path from 'path';
33
/**
44
* @category Docgen
55
* @notice A helper method to get the path to the templates folder.
6-
* @returns The the path to templates folder.
6+
* @returns The path to templates folder.
77
*/
88
export function oneInchTemplates(): string {
99
return path.normalize(path.join(__dirname, '../../docgen/templates'));

0 commit comments

Comments
 (0)