From 614bd01c9c0f513f20d370268f717bb9e01e6a73 Mon Sep 17 00:00:00 2001
From: Shimmy <2716316+weitzhandler@users.noreply.github.com>
Date: Wed, 10 Jul 2019 02:47:47 +0300
Subject: [PATCH] Typo correction
---
src/ReactiveUI.Fody.Helpers/ReactiveAttribute.cs | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/ReactiveUI.Fody.Helpers/ReactiveAttribute.cs b/src/ReactiveUI.Fody.Helpers/ReactiveAttribute.cs
index b9eb2aa71c..4b229c28d0 100644
--- a/src/ReactiveUI.Fody.Helpers/ReactiveAttribute.cs
+++ b/src/ReactiveUI.Fody.Helpers/ReactiveAttribute.cs
@@ -8,7 +8,7 @@
namespace ReactiveUI.Fody.Helpers
{
///
- /// Attribute that marks property for INotifyPropergyChanged weaving.
+ /// Attribute that marks property for INotifyPropertyChanged weaving.
///
///
[AttributeUsage(AttributeTargets.Property)]