From c82b22bb82b04dee3963bab6b5ebf411a35b4a42 Mon Sep 17 00:00:00 2001 From: Ryan Luu Date: Tue, 5 May 2026 02:02:11 -0700 Subject: [PATCH] Fix 'assign' typo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 622ce17..3e594a7 100644 --- a/README.md +++ b/README.md @@ -117,7 +117,7 @@ Add this ItemGroup in the project file (\*.csproj) of your app. This is an example of how to localize the `Content` of a `Button`. -First asign an `Uid` to the `Button`, then in each language resources file, add an item that corresponds to the `Uid`. +First assign an `Uid` to the `Button`, then in each language resources file, add an item that corresponds to the `Uid`. You can also have multiple string resources files. For example, besides the default **Resources.resw** file, you can have a **Messages.resw** for your messages file. To just need to include `//` before the string resource identifier.