Skip to content

Commit c1de4c1

Browse files
committed
edit
1 parent 2ec24ed commit c1de4c1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

articles/typespec/quickstart-scaffold-dotnet.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
title: "Quickstart: Create a new API project with TypeSpec"
2+
title: "Quickstart: Create a new TypeSpec API project with .NET"
33
description: Learn how to generate and set up a new RESTful API project using TypeSpec to scaffold consistent client and server code for cloud services.
44
ms.topic: quickstart
55
ms.date: 04/30/2025
@@ -9,7 +9,7 @@ ms.custom: devx-track-typespec, devx-track-dotnet
99
#customer intent: As a developer or API designer, I want to create an TypeSpec API and deploy it to Azure so that I can learn the entire end to end development and deployment cycle.
1010
---
1111

12-
# Quickstart: Create a new API project with TypeSpec
12+
# Quickstart: Create a new TypeSpec API project with .NET
1313

1414
In this quickstart: learn how to use TypeSpec to design, generate, and implement a RESTful API application. TypeSpec is an open-source language for describing cloud service APIs and generates client and server code for multiple platforms. By following this quickstart, you learn how to define your API contract once and generate consistent implementations, helping you build more maintainable and well-documented API services.
1515

0 commit comments

Comments
 (0)