diff --git a/docs/architecture.md b/docs/architecture.md index a48a5a44dd..1e9e5a0321 100644 --- a/docs/architecture.md +++ b/docs/architecture.md @@ -31,7 +31,7 @@ The assemblies are as follows, from lowest to highest level: The main classes in this assembly are `PerspexObject` and `PerspexProperty`. -These are Perspex's versions of XAML's `DependencyObject` and `DepenendencyProperty`. It also +These are Perspex's versions of XAML's `DependencyObject` and `DependencyProperty`. It also defines a `PerspexDispatcher` which is - surprise - our version of XAML's `Dispatcher`. ### Perspex.Animation