Skip to content

Commit

Permalink
Update overview.md
Browse files Browse the repository at this point in the history
Cleared the typo error.
  • Loading branch information
egvijayanand authored Feb 3, 2022
1 parent e1c7761 commit bd3a30e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/FormsTemplatesCLI/overview.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ dotnet new --update-apply
Use the below .NET CLI command to create the project, pages, and views out these templates:

```shell
dotnet new formsclasslib` -n MyApp.Core
dotnet new formsclasslib -n MyApp.Core
```
```shell
dotnet new forms-page -n LoginPage -na MyApp.Views
Expand All @@ -36,4 +36,4 @@ Here `-n` denotes the name of the project/page/view that is to be created (for p

*Note: If name parameter is not provided, the .NET CLI template engine will take the current folder name in the context as its name.*

And `-na` denotes the namespace under which the file is to be created (Can also be specified as `--namespace`).
And `-na` denotes the namespace under which the file is to be created (Can also be specified as `--namespace`).

0 comments on commit bd3a30e

Please sign in to comment.