Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion aio/content/start/start-data.md
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ For customers to see their cart, you can create the cart view in two steps:
ng generate component cart
```

This command will generate the `cart.component.ts` file and it associated template and styles files.
This command will generate the `cart.component.ts` file and its associated template and styles files.

<code-example header="src/app/cart/cart.component.ts" path="getting-started/src/app/cart/cart.component.1.ts"></code-example>

Expand Down