Merge pull request #2896 from streetturtle/patch-2

Fix typo and wrong property name in popup docs
This commit is contained in:
mergify[bot] 2019-10-08 16:35:36 +00:00 committed by GitHub
commit ab0b4dc8ac
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 3 deletions

View File

@ -293,9 +293,9 @@ end
-- @property minimum_height -- @property minimum_height
-- @tparam[opt=1] number The minimum height -- @tparam[opt=1] number The minimum height
--- The popup minimum width. --- The popup maximum width.
-- @property maxmimum_width -- @property maximum_width
-- @tparam[opt=1] number The maxmimum width -- @tparam[opt=1] number The maximum width
--- The popup maximum height. --- The popup maximum height.
-- @property maximum_height -- @property maximum_height