Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/concepts/reactiveui/reactive-view-model.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ This page describes how you can use the _ReactiveUI_ `ReactiveObject` as the bas
_ReactiveUI_ provides the `ReactiveObject` as a base class for view models. It implements a notification of property changes and observables to monitor object changes.

:::info
For the detailed _ReactiveUI_ documentation for `ReactiveObject`, see [here](https://www.reactiveui.net/api/reactiveui/reactiveobject/).
For the detailed _ReactiveUI_ documentation for `ReactiveObject`, see [here](https://www.reactiveui.net/api/reactiveui.reactiveobject/).
:::

Once you have installed and configured _ReactiveUI_, you can base your view models on the class:
Expand Down