Update title and description metadata to match doc heading (#12686)

pull/12689/head
Scott Addie 2019-06-04 11:30:34 -05:00 committed by GitHub
parent 80eacc4e36
commit f658673361
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 3 deletions

View File

@ -1,10 +1,10 @@
---
title: Build web APIs with ASP.NET Core and MongoDB
title: Create a web API with ASP.NET Core and MongoDB
author: prkhandelwal
description: This tutorial demonstrates how to build an ASP.NET Core web API using a MongoDB NoSQL database.
description: This tutorial demonstrates how to create an ASP.NET Core web API using a MongoDB NoSQL database.
ms.author: scaddie
ms.custom: "mvc, seodec18"
ms.date: 06/03/2019
ms.date: 06/04/2019
uid: tutorials/first-mongo-app
---
# Create a web API with ASP.NET Core and MongoDB