Skip to content

Commit 9c86ece

Browse files
committed
typo
1 parent 5e19b41 commit 9c86ece

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test-app/app/helpers/clock.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ export function Clock() {
1212
// return time;
1313

1414
// The above is a shorthand for this
15-
// (but with a cast to string to appease Glint's restructive ContentValue type
15+
// (but with a cast to string to appease Glint's restrictive ContentValue type)
1616
// (Date is a renderable value, but Glint doesn't think so)
1717
return () => time.current.toString();
1818
});

0 commit comments

Comments
 (0)