Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
galassie committed Feb 3, 2023
1 parent 04ee8b2 commit 1d3eef7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/FsSpectre/Widgets/PanelBuilder.fs
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ module PanelBuilder =
panel.Header <- PanelHeader(text)
panel

[<CustomOperation "Expand">]
[<CustomOperation "expand">]
member __.Expand(panel: Panel) =
panel.Expand <- true
panel
Expand Down

0 comments on commit 1d3eef7

Please sign in to comment.