Skip to content

Commit

Permalink
docs: proper class name
Browse files Browse the repository at this point in the history
  • Loading branch information
Kunal22shah committed Nov 11, 2024
1 parent 80cf8a1 commit 91d25a4
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand Down

0 comments on commit 91d25a4

Please sign in to comment.