Fix incorrect spelling in lua_api.txt (#9431)

master
Gao Tiesuan 2020-02-26 10:27:55 +08:00 committed by GitHub
parent e2fc93022b
commit 8ddb6718e3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -2252,7 +2252,7 @@ Elements
an inventory slot.
### `hypertext[<X>,<Y>;<W>,<H>;<name>;<text>]`
* Displays a static formated text with hyperlinks.
* Displays a static formatted text with hyperlinks.
* `x`, `y`, `w` and `h` work as per field
* `name` is the name of the field as returned in fields to `on_receive_fields` in case of action in text.
* `text` is the formatted text using `markup language` described below.