Skip to content

Commit e52e179

Browse files
authored
Merge pull request MicrosoftDocs#782 from MicrosoftDocs/gewarren-patch-1
step -> article
2 parents e62bfd8 + 2febbbe commit e52e179

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/get-started/tutorial-console-cpp.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ ms.assetid: 45138d70-719d-42dc-90d7-1d0ca31a2f54
99
---
1010
# Create a C++ console app project
1111

12-
The usual starting point for a C++ programmer is a "Hello, world!" application that runs on the command line. That's what you'll create in Visual Studio in this step.
12+
The usual starting point for a C++ programmer is a "Hello, world!" application that runs on the command line. That's what you'll create in Visual Studio in this article.
1313

1414
## Prerequisites
1515

@@ -378,7 +378,7 @@ Let's handle division by zero more gracefully, so a user can understand the prob
378378

379379
Congratulations! You've completed the code for the calculator app, and built and debugged it in Visual Studio.
380380

381-
![Calculator console application](./media/calculator-app.gif "Calculator console application")
381+
![Calculator console application](./media/calculator-app.gif "Calculator console application")
382382

383383
## Next steps
384384

0 commit comments

Comments
 (0)