From ffa4a676a13c0563f64a7a88bedcf82d793410cf Mon Sep 17 00:00:00 2001 From: Shayne Boyer Date: Tue, 15 Nov 2016 11:18:16 -0500 Subject: [PATCH] nit --- aspnetcore/tutorials/dotnet-watch.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/aspnetcore/tutorials/dotnet-watch.md b/aspnetcore/tutorials/dotnet-watch.md index 1a4dda3122..9a1c587af2 100644 --- a/aspnetcore/tutorials/dotnet-watch.md +++ b/aspnetcore/tutorials/dotnet-watch.md @@ -159,7 +159,7 @@ The file watcher can run other `dotnet` commands like `test` or `publish`. 3. Open the controller file in *WebApp/Controllers/MathController.cs* and change some code. If you haven't fixed the product bug, do it now. Save the file. -`dotnet watch` will detect the file change and rerun the tests. The console output will show messages similar to the one below: +`dotnet watch` detects the file change and reruns the tests. The console output will show messages similar to the one below: ````bash [DotNetWatcher] info: File changed: /Users/user/dev/aspnet/Docs/aspnet/tutorials/dotnet-watch/sample/WebApp/Controllers/MathController.cs