Update Part-9.md

Fix typo
pull/16499/head
Halil İbrahim Kalkan 2 years ago committed by GitHub
parent c1d4c1ae3d
commit 1c21374e6b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -90,7 +90,7 @@ Create a new razor page, `Index.cshtml` under the `Pages/Authors` folder of the
This is a simple page similar to the Books page we had created before. It imports a JavaScript file which will be introduced below.
### IndexModel.cshtml.cs
### Index.cshtml.cs
````csharp
using Microsoft.AspNetCore.Mvc.RazorPages;

Loading…
Cancel
Save