diff --git a/docs/en/Tutorials/Part-10.md b/docs/en/Tutorials/Part-10.md index f0e24c4853..a47db03051 100644 --- a/docs/en/Tutorials/Part-10.md +++ b/docs/en/Tutorials/Part-10.md @@ -949,10 +949,11 @@ This command will update the service proxy files under the `/src/app/proxy/` fol Book list page change is trivial. Open the `/src/app/book/book.component.html` and add the following column definition between the `Name` and `Type` columns: -````js +````html ```` diff --git a/docs/en/Tutorials/images/bookstore-books-with-authorname-angular.png b/docs/en/Tutorials/images/bookstore-books-with-authorname-angular.png index 6f081c16f9..60db14377f 100644 Binary files a/docs/en/Tutorials/images/bookstore-books-with-authorname-angular.png and b/docs/en/Tutorials/images/bookstore-books-with-authorname-angular.png differ