From 8ddb6718e3e0b4713fce13a7d7324327b2e56d20 Mon Sep 17 00:00:00 2001 From: Gao Tiesuan <49856313+materia-cccp@users.noreply.github.com> Date: Wed, 26 Feb 2020 10:27:55 +0800 Subject: [PATCH] Fix incorrect spelling in lua_api.txt (#9431) --- doc/lua_api.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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.