Skip to content

Commit 5a1ee2e

Browse files
Update guides/release/services/index.md
1 parent c773137 commit 5a1ee2e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

guides/release/services/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -262,7 +262,7 @@ export default class CartContentsComponent extends Component {
262262

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

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

268268
export class VanillaClass {

0 commit comments

Comments
 (0)