Skip to content

Commit a5ddfcc

Browse files
committed
edit title/H1 to be consistent
1 parent aefc97c commit a5ddfcc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

articles/typespec/quickstart-scaffold-typescript.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 TypeScript API project with TypeSpec"
2+
title: "Quickstart: Create a new API project with TypeSpec and TypeScript"
33
description: Learn how to generate and set up a new RESTful TypeScript API project using TypeSpec to scaffold consistent client and server code for cloud services.
44
ms.topic: quickstart
55
ms.date: 07/24/2025
@@ -9,7 +9,7 @@ ms.custom: devx-track-typespec, devx-track-js, devx-track-ts
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 TypeSpec API project with TypeScript
12+
Quickstart: Create a new API project with TypeSpec and TypeScript
1313

1414
In this quickstart: learn how to use TypeSpec to design, generate, and implement a RESTful TypeScript 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)