diff --git a/docs/en/Tutorials/Part-2.md b/docs/en/Tutorials/Part-2.md index d296335cfa..0a48866956 100644 --- a/docs/en/Tutorials/Part-2.md +++ b/docs/en/Tutorials/Part-2.md @@ -456,7 +456,6 @@ In this section, you will learn how to create a new modal dialog form to create #### Add a modal to BookListComponent - Open `book-list.component.ts` file in `app\book\book-list` folder and replace the content as below: ```js