Browse Source

Fix tutorial

pull/4663/head
Halil İbrahim Kalkan 6 years ago
parent
commit
472077998f
  1. 1
      docs/en/Getting-Started.md
  2. 2
      docs/en/Tutorials/Part-1.md

1
docs/en/Getting-Started.md

@ -322,7 +322,6 @@ Once all node modules are loaded, execute `yarn start` (or `npm start`) command:
yarn start
```
Wait `Angular CLI` to launch `Webpack` dev-server with `BrowserSync`.
This will take care of compiling your `TypeScript` code, and automatically reloading your browser.
After it finishes, `Angular Live Development Server` will be listening on localhost:4200,
open your web browser and navigate to [localhost:4200](http://localhost:4200/)

2
docs/en/Tutorials/Part-1.md

@ -90,7 +90,7 @@ namespace Acme.BookStore.Books
The `Book` entity uses the `BookType` enum. Create the `BookType` in the `Acme.BookStore.Domain.Shared` project:
````csharp
namespace Acme.BookStore
namespace Acme.BookStore.Books
{
public enum BookType
{

Loading…
Cancel
Save