From 952084b4fc05913d6ab5961136d43f4676a9b13a Mon Sep 17 00:00:00 2001 From: mehmet-erim Date: Fri, 8 May 2020 13:57:03 +0300 Subject: [PATCH] docs: fix file name error in bookstore tutorial --- docs/en/Tutorials/Part-1.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/en/Tutorials/Part-1.md b/docs/en/Tutorials/Part-1.md index f7a98e485d..be812cc162 100644 --- a/docs/en/Tutorials/Part-1.md +++ b/docs/en/Tutorials/Part-1.md @@ -869,7 +869,7 @@ Import the `BookState` to the `app.module.ts` in the `src/app` folder and then a ```js // ... -import { BookState } from './books/state/books.state'; //<== imported BookState ==> +import { BookState } from './books/state/book.state'; //<== imported BookState ==> @NgModule({ imports: [