diff --git a/guide/english/aspnet/index.md b/guide/english/aspnet/index.md index 618f70ce9d..feeb191a0d 100644 --- a/guide/english/aspnet/index.md +++ b/guide/english/aspnet/index.md @@ -8,7 +8,7 @@ title: ASPNET ASP.Net is a web development platform provided by Microsoft. It is used for creating web-based applications and websites using HTML, CSS, and JavaScript as front end. Server-side programming languages like C# and VB .NET may be used to code the back end. -ASP.NET offers different frameworks for creating web applications: For e.g Web Forms and ASP.NET MVC. +ASP.NET offers different frameworks for creating web applications, e.g. Web Forms and ASP.NET MVC. #### More Information: - [ASP .NET Tutorials](https://www.tutorialspoint.com/asp.net/)