Skip to content

Commit

Permalink
Fixes #1141 (#1148)
Browse files Browse the repository at this point in the history
  • Loading branch information
adamdriscoll authored Sep 20, 2019
1 parent 310b827 commit 640d942
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/UniversalDashboard/Controls/src/tooltip.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ function New-UDTooltip {
[ValidateSet("top", "bottom", "left", "right")]
[string]$Place = "top",
[Parameter()]
[ValidateSet("dark", "success", "warnign", "error", "info", "light")]
[ValidateSet("dark", "success", "warning", "error", "info", "light")]
[string]$Type = "dark",
[Parameter()]
[ValidateSet("float", "solid")]
Expand Down

0 comments on commit 640d942

Please sign in to comment.