Skip to content

Commit 993f32f

Browse files
rwjbluemuziejus
andauthored
Update guides/release/testing/unit-testing-basics.md
Co-Authored-By: muziejus <[email protected]>
1 parent 4f3c67c commit 993f32f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

guides/release/testing/unit-testing-basics.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ export default class SomeThingService extends Service {
2222
@tracked foo = 'bar';
2323

2424
get computedFoo() {
25-
return `${this.foo}`;
25+
return `computed ${this.foo}`;
2626
}
2727
};
2828
```

0 commit comments

Comments
 (0)