Fix typo and wrong property name in popup docs
Fix typo: maxmimum -> maximum and fix wrong name of the property.
This commit is contained in:
parent
f294ab37fe
commit
1b79dec685
|
@ -293,9 +293,9 @@ end
|
|||
-- @property minimum_height
|
||||
-- @tparam[opt=1] number The minimum height
|
||||
|
||||
--- The popup minimum width.
|
||||
-- @property maxmimum_width
|
||||
-- @tparam[opt=1] number The maxmimum width
|
||||
--- The popup maximum width.
|
||||
-- @property maximum_width
|
||||
-- @tparam[opt=1] number The maximum width
|
||||
|
||||
--- The popup maximum height.
|
||||
-- @property maximum_height
|
||||
|
|
Loading…
Reference in New Issue