summaryrefslogtreecommitdiff
path: root/doc/lua_api.txt
diff options
context:
space:
mode:
authorGao Tiesuan <49856313+materia-cccp@users.noreply.github.com>2020-02-26 10:27:55 +0800
committerGitHub <noreply@github.com>2020-02-26 02:27:54 +0000
commit8ddb6718e3e0b4713fce13a7d7324327b2e56d20 (patch)
tree4e01eb45e30dd8cf38f09fd5029e2006118cdd6c /doc/lua_api.txt
parente2fc93022b46b86070651c5730664baaa363da72 (diff)
downloadminetest-8ddb6718e3e0b4713fce13a7d7324327b2e56d20.tar.gz
minetest-8ddb6718e3e0b4713fce13a7d7324327b2e56d20.tar.bz2
minetest-8ddb6718e3e0b4713fce13a7d7324327b2e56d20.zip
Fix incorrect spelling in lua_api.txt (#9431)
Diffstat (limited to 'doc/lua_api.txt')
-rw-r--r--doc/lua_api.txt2
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.