Skip to content

Commit

Permalink
MenuBar documentation typo fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Miepee authored Jan 10, 2022
1 parent ae49b27 commit beededb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/Eto/Forms/Window.cs
Original file line number Diff line number Diff line change
Expand Up @@ -352,8 +352,8 @@ public Screen Screen
/// Gets or sets the menu bar for this window
/// </summary>
/// <remarks>
/// Some platforms have a global menu bar (e.g. ubuntu, OS X).
/// When the winow is in focus, the global menu bar will be changed to reflect the menu assigned.
/// Some platforms have a global menu bar (e.g. Ubuntu, OS X).
/// When the window is in focus, the global menu bar will be changed to reflect the menu assigned.
/// </remarks>
/// <value>The menu.</value>
public virtual MenuBar Menu
Expand Down

0 comments on commit beededb

Please sign in to comment.