Skip to content

Commit

Permalink
Update guides/release/services/index.md
Browse files Browse the repository at this point in the history
  • Loading branch information
NullVoxPopuli authored Nov 2, 2023
1 parent c773137 commit 5a1ee2e
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 @@ -262,7 +262,7 @@ export default class CartContentsComponent extends Component {

Back in the `VanillaClass` itself, you must store the value somewhere and possibly provide yourself an easy way to access the value:

```javascript {data-filename=app/components/cart-content/vanilla-class.js}
```javascript {data-filename=app/components/cart-contents/vanilla-class.js}
import { service } from '@ember/service';

export class VanillaClass {
Expand Down

0 comments on commit 5a1ee2e

Please sign in to comment.