Skip to content

Commit

Permalink
Update guides/release/services/index.md
Browse files Browse the repository at this point in the history
Co-authored-by: Lukas Nys <nyslukas@gmail.com>
  • Loading branch information
NullVoxPopuli and lukasnys authored Nov 2, 2023
1 parent 8108309 commit f6d6e5a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion guides/release/services/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -169,7 +169,7 @@ import { VanillaClass } from './vanilla-class';
export default class CartContentsComponent extends Component {
@cached
get vanillaClass() {
let instance = new VanillaClass();
const instance = new VanillaClass();

setOwner(instance, getOwner(this));

Expand Down

0 comments on commit f6d6e5a

Please sign in to comment.