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.