From a77fb77a850fdf8de14f0edb27101740712cb0ae Mon Sep 17 00:00:00 2001 From: Karl Burtram Date: Mon, 9 Jan 2017 11:01:35 -0800 Subject: [PATCH] Update building_sqltoolsservice.md (#212) --- docs/guide/building_sqltoolsservice.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/guide/building_sqltoolsservice.md b/docs/guide/building_sqltoolsservice.md index 3a0c1c7f..372f50fb 100644 --- a/docs/guide/building_sqltoolsservice.md +++ b/docs/guide/building_sqltoolsservice.md @@ -5,7 +5,7 @@ 1. Clone the SQL Tools Service repo from [https://github.com/Microsoft/sqltoolsservice](https://github.com/Microsoft/sqltoolsservice). 2. Run `dotnet restore` from the cloned repo's root directory. -3. Run `dotnet build src/Microsoft.SqlToosl.ServiceLayer` from the cloned repo's root directory. +3. Run `dotnet build src/Microsoft.SqlTools.ServiceLayer` from the cloned repo's root directory. > *Tip* there is a `build.cmd` or `build.sh` file in the repo's root directory that can be used > to build and package the service.