Merge pull request #2896 from streetturtle/patch-2
Fix typo and wrong property name in popup docs
This commit is contained in:
commit
ab0b4dc8ac
|
@ -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