From 75163d0d6eec3f13c2feb049faf0af85d6d5b9e0 Mon Sep 17 00:00:00 2001 From: Kunal22shah Date: Mon, 11 Nov 2024 15:34:15 -0500 Subject: [PATCH] docs: proper class name (cherry picked from commit 91d25a4127920e86644dda9a78f6896f8b1d9584) --- .../getting-started/counterapp/get-started-counter-xaml-mvux.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/articles/getting-started/counterapp/get-started-counter-xaml-mvux.md b/doc/articles/getting-started/counterapp/get-started-counter-xaml-mvux.md index 7f8ff7f3a136..9b4dbbeb9f8b 100644 --- a/doc/articles/getting-started/counterapp/get-started-counter-xaml-mvux.md +++ b/doc/articles/getting-started/counterapp/get-started-counter-xaml-mvux.md @@ -89,7 +89,7 @@ Also, for more information on all the template options, see [Using the Uno Platf ## Data Binding -Now that we have the **`MainViewModel`** class, we can update the **`MainPage`** to use data binding to connect the UI to the application logic. +Now that we have the **`MainModel`** class, we can update the **`MainPage`** to use data binding to connect the UI to the application logic. - Add a **`DataContext`** element to the **`Page`** element in the **MainPage.xaml** file.