Skip to content

Commit 033d650

Browse files
authored
Update quickstart-scaffold-typescript.md
Fix reported issues
1 parent fa04a39 commit 033d650

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

articles/typespec/quickstart-scaffold-typescript.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -510,7 +510,7 @@ Now that the basic Express.js API server is working, update the Express.js serve
510510
}
511511
```
512512

513-
1. Update the `./tsp-output/server/src/index.ts` to import the new controller, get the Azure Cosmos DB environment settings, then create the WidgetsCosmosController and pass to the router`.
513+
1. Update the `./tsp-output/server/src/index.ts` to import the new controller, get the Azure Cosmos DB environment settings, then create the WidgetsCosmosController and pass to the router.
514514

515515
```typescript
516516
// Generated by Microsoft TypeSpec
@@ -890,7 +890,7 @@ Create the files needed to have a repeatable deployment with [Azure Developer CL
890890

891891
The **OUTPUT** variables allow you to use the provisioned cloud resources with your local development.
892892

893-
1
893+
894894
## Deploy application to Azure
895895

896896
You can deploy this application to Azure using Azure Container Apps:
@@ -960,4 +960,4 @@ Or delete the resource group directly from the Azure portal.
960960
- [TypeSpec documentation](https://microsoft.github.io/typespec/)
961961
- [Azure Cosmos DB documentation](/azure/cosmos-db/)
962962
- [Deploy Node.js apps to Azure](/azure/app-service/quickstart-nodejs)
963-
- [Azure Container Apps documentation](/azure/container-apps/)
963+
- [Azure Container Apps documentation](/azure/container-apps/)

0 commit comments

Comments
 (0)