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:
streetturtle 2019-10-07 21:45:41 -04:00 committed by GitHub
parent f294ab37fe
commit 1b79dec685
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