From 037d515f2884b50f4c08d3ba38a612c524636de0 Mon Sep 17 00:00:00 2001 From: Karol Skrobot <13644758+karolskrobot@users.noreply.github.com> Date: Wed, 31 Oct 2018 15:20:16 +0000 Subject: [PATCH] Fixed a typo (#20569) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Removed redundant "For". E.g. is short for exempli gratia which means “for the sake of example. ” We take this to mean simply “for example.” So if you write for e.g., you are in effect writing "for for example". --- guide/english/aspnet/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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/)