Fix small typo (#9813)
authoroilboi <47129783+oilboi@users.noreply.github.com>
Tue, 5 May 2020 06:35:55 +0000 (02:35 -0400)
committerGitHub <noreply@github.com>
Tue, 5 May 2020 06:35:55 +0000 (08:35 +0200)
doc/client_lua_api.txt

index 53ed680d08515920e42b2b047ae20819d948bb7a..53442d308bb0a625132c489a99bbc286f9ca65e5 100644 (file)
@@ -112,7 +112,7 @@ The main Lua script. Running this script should register everything it
 wants to register. Subsequent execution depends on minetest calling the
 registered callbacks.
 
-**NOTE**: Client mods currently can't provide and textures, sounds or models by
+**NOTE**: Client mods currently can't provide textures, sounds, or models by
 themselves. Any media referenced in function calls must already be loaded
 (provided by mods that exist on the server).