Fix: Small docs typo correction (#2118)

This commit is contained in:
Shimmy 2019-07-10 02:12:13 +02:00 коммит произвёл Glenn
Родитель 742a76a0c9
Коммит 2637a5dc02
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -8,7 +8,7 @@ using System;
namespace ReactiveUI.Fody.Helpers
{
/// <summary>
/// Attribute that marks property for INotifyPropergyChanged weaving.
/// Attribute that marks property for INotifyPropertyChanged weaving.
/// </summary>
/// <seealso cref="System.Attribute" />
[AttributeUsage(AttributeTargets.Property)]