diff options
-rw-r--r-- | doc/lua_api.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/lua_api.txt b/doc/lua_api.txt index 75ad07cad..6ff7f802a 100644 --- a/doc/lua_api.txt +++ b/doc/lua_api.txt @@ -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. |