Skip to content
This repository has been archived by the owner on Nov 28, 2019. It is now read-only.

typo fix #206

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion content/csharp/getting-started/hello-world.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ by [Steve Smith](http://deviq.com/me/steve-smith)

## The Hello World Project

In this lesson, you're going to learn about the different parts of a very simple program that displays the message, "Hello World!" You'll also learn what happens when you build and run the application, and you'll learn about some common errors you may encounter and how to correct them.
In this lesson, you're going to learn about the different parts of a very simple program that displays the message "Hello World!". You'll also learn what happens when you build and run the application, and you'll learn about some common errors you may encounter and how to correct them.

A C# program begins with a *Main* method, usually found in a file called *Program.cs*, like this one:

Expand Down