Browse Source

Merge pull request #24298 from corrigentia/patch-1

Change incorrect "lightNing" to "lighTING" in WorldEnvironment.xml
Rémi Verschelde 6 years ago
parent
commit
a34d1925e7
1 changed files with 1 additions and 1 deletions
  1. 1 1
      doc/classes/WorldEnvironment.xml

+ 1 - 1
doc/classes/WorldEnvironment.xml

@@ -1,7 +1,7 @@
 <?xml version="1.0" encoding="UTF-8" ?>
 <class name="WorldEnvironment" inherits="Node" category="Core" version="3.1">
 	<brief_description>
-		Default environment properties for the entire scene (post-processing effects, lightning and background settings).
+		Default environment properties for the entire scene (post-processing effects, lighting and background settings).
 	</brief_description>
 	<description>
 		The [code]WorldEnvironment[/code] node is used to configure the default [Environment] for the scene.