From: Gao Tiesuan <49856313+materia-cccp@users.noreply.github.com> Date: Wed, 26 Feb 2020 02:27:55 +0000 (+0800) Subject: Fix incorrect spelling in lua_api.txt (#9431) X-Git-Tag: 5.2.0~99 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=8ddb6718e3e0b4713fce13a7d7324327b2e56d20;p=oweals%2Fminetest.git Fix incorrect spelling in lua_api.txt (#9431) --- 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[,;,;;]` -* 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.