Skip to content

Commit 68be9ca

Browse files
Update src/util/string.ts
Co-authored-by: Anish Silwal Khatri <anishsilwal@lftechnology.com>
1 parent 94574e9 commit 68be9ca

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/util/string.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
* {{name}}
66
*
77
* @example
8-
* interpolate('<div>>{{text}}</div>', {text: 'Hello World!'})
8+
* interpolate('<div>{{text}}</div>', {text: 'Hello World!'})
99
* => '<div>Hello World!</div>'
1010
*
1111
* @param {string} template

0 commit comments

Comments
 (0)