Skip to content

Commit a63f021

Browse files
authored
Update rendering-values.md
update comments
1 parent 7705111 commit a63f021

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

guides/release/in-depth-topics/rendering-values.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ export default class MyComponent extends Component {
8080
@tracked status: string;
8181

8282
get someComponent(): ComponentLike<MyComponentArgs> {
83-
// any returned component must have been defined as
83+
// if you're using typescript, any returned component must have been defined as
8484
// class MyComponent extends Component<MyComponentArgs> {}
8585
if (this.status == 'success') {
8686
return MySuccessComponent;

0 commit comments

Comments
 (0)