From c8ef6e81b971577caae2112c9eb800f2413e98a0 Mon Sep 17 00:00:00 2001 From: mehmet-erim Date: Fri, 8 May 2020 02:37:29 +0300 Subject: [PATCH] docs: fix some mistakes --- docs/en/Tutorials/Part-1.md | 1 - docs/en/Tutorials/Part-2.md | 4 ++-- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/docs/en/Tutorials/Part-1.md b/docs/en/Tutorials/Part-1.md index 9b4d603047..f7a98e485d 100644 --- a/docs/en/Tutorials/Part-1.md +++ b/docs/en/Tutorials/Part-1.md @@ -841,7 +841,6 @@ const routes: Routes = [ exports: [RouterModule] }) export class BookRoutingModule { } - ``` * We imported `BookListComponent` and replaced `routes` const. diff --git a/docs/en/Tutorials/Part-2.md b/docs/en/Tutorials/Part-2.md index 4d2b6129e8..69f3e5436b 100644 --- a/docs/en/Tutorials/Part-2.md +++ b/docs/en/Tutorials/Part-2.md @@ -605,7 +605,7 @@ Open `book-list.component.html` file in `books\book-list` folder and replace the * `abp-modal` is a pre-built component to show modals. While you could use another approach to show a modal, `abp-modal` provides additional benefits. * We added `New book` button to the `AbpContentToolbar`. -Open `book-list.component.ts` file in `ağğ\book\book-list` folder and replace the content as below: +Open `book-list.component.ts` file in `app\book\book-list` folder and replace the content as below: ```js import { Component, OnInit } from '@angular/core'; @@ -1210,7 +1210,7 @@ Open `book-list.component.html` in `app\book\book-list` folder and find the `