Skip to content

Commit 9902253

Browse files
Update docs/mvvm/MigratingFromMvvmBasic.md
Co-authored-by: Michael Hawker MSFT (XAML Llama) <[email protected]>
1 parent 56f83c6 commit 9902253

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/mvvm/MigratingFromMvvmBasic.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ If you try and build the project at this point you will see lots of errors. Thes
6060

6161
The `Observable` class was used as a base class for ViewModels. The MVVM Toolkit contains a similar class with additional functionality that is called `ObservableObject`.
6262

63-
Change all classes that previously inherited from `Observable` to inherit from `Observable Object`.
63+
Change all classes that previously inherited from `Observable` to inherit from `ObservableObject`.
6464

6565
For example
6666

0 commit comments

Comments
 (0)