Skip to content

Commit

Permalink
Corrected misspellings in docs #477
Browse files Browse the repository at this point in the history
  • Loading branch information
dahall committed Aug 4, 2024
1 parent e2aa7e4 commit 3b0d447
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions Windows.Forms/Controls/ExplorerBrowser.cs
Original file line number Diff line number Diff line change
Expand Up @@ -367,12 +367,12 @@ public ExplorerBrowser()
[Category("Action"), Description("Items changed.")]
public event EventHandler? ItemsChanged;

/// <summary>Fires when the ExplorerBorwser view has finished enumerating files.</summary>
/// <summary>Fires when the ExplorerBrowser view has finished enumerating files.</summary>
[Category("Behavior"), Description("View is done enumerating files.")]
public event EventHandler? ItemsEnumerated;

/// <summary>
/// Fires when a navigation has been 'completed': no Navigating listener has canceled, and the ExplorerBorwser has created a new
/// Fires when a navigation has been 'completed': no Navigating listener has canceled, and the ExplorerBrowser has created a new
/// view. The view will be populated with new items asynchronously, and ItemsChanged will be fired to reflect this some time later.
/// </summary>
[Category("Action"), Description("Navigation complete.")]
Expand Down
4 changes: 2 additions & 2 deletions Windows.Shell/ShellObjects/ShellView.cs
Original file line number Diff line number Diff line change
Expand Up @@ -86,12 +86,12 @@ internal class ShellView : Control, INotifyPropertyChanged
[Category("Action"), Description("Items changed.")]
public event EventHandler? ItemsChanged;

/// <summary>Fires when the ExplorerBorwser view has finished enumerating files.</summary>
/// <summary>Fires when the ExplorerBrowser view has finished enumerating files.</summary>
[Category("Behavior"), Description("View is done enumerating files.")]
public event EventHandler? ItemsEnumerated;

/// <summary>
/// Fires when a navigation has been 'completed': no Navigating listener has canceled, and the ExplorerBorwser has created a new
/// Fires when a navigation has been 'completed': no Navigating listener has canceled, and the ExplorerBrowser has created a new
/// view. The view will be populated with new items asynchronously, and ItemsChanged will be fired to reflect this some time later.
/// </summary>
[Category("Action"), Description("Navigation complete.")]
Expand Down

0 comments on commit 3b0d447

Please sign in to comment.