Browse Source

Fixed spelling inconsistency (#12504)

coloured -> colored
Riley 1 year ago
parent
commit
34f15259fa
1 changed files with 1 additions and 1 deletions
  1. 1 1
      doc/lua_api.txt

+ 1 - 1
doc/lua_api.txt

@@ -2255,7 +2255,7 @@ player named `<name>`.
 
 When displaying text which can contain formspec code, e.g. text set by a player,
 use `minetest.formspec_escape`.
-For coloured text you can use `minetest.colorize`.
+For colored text you can use `minetest.colorize`.
 
 Since formspec version 3, elements drawn in the order they are defined. All
 background elements are drawn before all other elements.