Skip to content

Commit

Permalink
Fix typo.
Browse files Browse the repository at this point in the history
  • Loading branch information
grokys committed Jan 20, 2020
1 parent 3a80cee commit 6f92e37
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Avalonia.Base/IAvaloniaObject.cs
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ IDisposable Bind<T>(
/// </summary>
/// <param name="child">The inheritance child.</param>
/// <remarks>
/// Inheritance children will recieve a call to
/// Inheritance children will receive a call to
/// <see cref="InheritedPropertyChanged{T}(AvaloniaProperty{T}, Optional{T}, Optional{T})"/>
/// when an inheritable property value changes on the parent.
/// </remarks>
Expand Down

0 comments on commit 6f92e37

Please sign in to comment.