From 00974216a1a614b7b989ddb64f1b3129f9539d50 Mon Sep 17 00:00:00 2001
From: Shreyas Jejurkar <shreyasjejurkar123@live.com>
Date: Fri, 23 Jul 2021 04:28:30 +0530
Subject: [PATCH] Fixed command typo in BuildFromSource.md doc (#31665)

* Fixed command typo.

* Update docs/BuildFromSource.md

Co-authored-by: Doug Bunting <6431421+dougbu@users.noreply.github.com>

Co-authored-by: John Luo <johluo@microsoft.com>
Co-authored-by: Doug Bunting <6431421+dougbu@users.noreply.github.com>
---
 docs/BuildFromSource.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/docs/BuildFromSource.md b/docs/BuildFromSource.md
index 815480a48f9..4d93c4d7e78 100644
--- a/docs/BuildFromSource.md
+++ b/docs/BuildFromSource.md
@@ -359,7 +359,7 @@ Common properties include:
 
 ### Resx files
 
-If you need to make changes to a .resx file, run `dotnet msbuild t:/Resgen <path to csproj>`. This will update the generated C#.
+After making changes to a .resx file, the updated strings and accessor methods will automatically be included in the output assembly when the project is next built.
 
 ## Step 5: Use the result of your build
 
-- 
GitLab