diff --git a/aspnetcore/tutorials/first-mongo-app.md b/aspnetcore/tutorials/first-mongo-app.md index a2060c97e3..96e50e6ab9 100644 --- a/aspnetcore/tutorials/first-mongo-app.md +++ b/aspnetcore/tutorials/first-mongo-app.md @@ -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