Browse Source

typo actions.ts instead of actins.ts

pull/2020/head
Bart Van Hoey 7 years ago
committed by GitHub
parent
commit
cd73f4d992
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      docs/en/Tutorials/Angular/Part-II.md

2
docs/en/Tutorials/Angular/Part-II.md

@ -330,7 +330,7 @@ update(updateBookInput: Books.CreateUpdateBookInput, id: string): Observable<Boo
#### CreateUpdateBook Action
Open the `books.actins.ts` and add `id` parameter to the `CreateUpdateBook` action:
Open the `books.actions.ts` and add `id` parameter to the `CreateUpdateBook` action:
```js
export class CreateUpdateBook {

Loading…
Cancel
Save