Skip to content

Commit 9f41b14

Browse files
committed
Add title case to meta
1 parent b06e7ff commit 9f41b14

File tree

4 files changed

+7
-7
lines changed

4 files changed

+7
-7
lines changed

docs/build/creating-and-managing-visual-cpp-projects.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
description: "Create and configure Visual Studio C++ projects"
3-
title: "Learn how to create a Visual Studio C++ project, and then add code and build your project."
3+
title: "Learn How to Create a Visual Studio C++ Project, and then add Code and Build your Project."
44
ms.date: 03/24/2025
55
ms.topic: concept-article
66
helpviewer_keywords: ["Visual Studio C++ projects, creating", "projects [C++], creating", "Visual Studio C++ projects"]
@@ -29,7 +29,7 @@ For cross-platform projects, or projects that use open-source libraries, we reco
2929

3030
::: moniker-end
3131

32-
::: moniker range<="msvc-150"
32+
::: moniker range"<=msvc-150"
3333

3434
1. Create a C++ project by choosing **File** > **New** > **Project**.
3535

docs/linux/download-install-and-setup-the-linux-development-workload.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
title: "Install the C++ Linux workload in Visual Studio"
3-
description: "Learn how to download, install, and set up the Linux workload for C++ in Visual Studio."
3+
description: "Learn How to Download, Install, and Set Up the Linux Workload for C++ in Visual Studio."
44
ms.date: 03/25/2025
55
ms.topic: how-to
66
ms.custom: intro-installation

docs/overview/visual-cpp-samples.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: "Visual Studio C++ samples"
3-
description: "Learn about the samples available in the archived Visual Studio C++ samples repository on GitHub."
4-
ms.date: 03/24/2025
3+
description: "Learn About the Samples Available in the Archived Visual Studio C++ Samples Repository on GitHub."
4+
ms.date: 03/25/2025
55
ms.service: "visual-cpp"
66
ms.subservice: "cpp-lang"
77
---

docs/windows/walkthrough-creating-a-standard-cpp-program-cpp.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
---
22
description: "Create a standard C++ program"
3-
title: "Learn how to use Visual Studio create a standard C++ project, and then compile and run the program."
3+
title: "Learn How to Use Visual Studio to Create a Standard C++ Project, and Then Compile and Run the Program."
44
ms.custom: "get-started-article"
5-
ms.date: 03/24/2025
5+
ms.date: 03/25/2025
66
ms.topic: get-started
77
helpviewer_keywords: ["command-line applications [C++], standard", "standard applications [C++]"]
88
---

0 commit comments

Comments
 (0)