Browse Source

Merge pull request #13003 from Matt57/fix-typo-in-manual

Fixed a typo in the manual.
Mr.doob 7 years ago
parent
commit
bc7be0c49f
2 changed files with 1 additions and 1 deletions
  1. 1 1
      docs/list.js
  2. 0 0
      docs/manual/introduction/How-to-run-things-locally.html

+ 1 - 1
docs/list.js

@@ -7,7 +7,7 @@ var list = {
 			"Import via modules": "manual/introduction/Import-via-modules",
 			"Browser support": "manual/introduction/Browser-support",
 			"WebGL compatibility check": "manual/introduction/WebGL-compatibility-check",
-			"How to run things locally": "manual/introduction/How-to-run-thing-locally",
+			"How to run things locally": "manual/introduction/How-to-run-things-locally",
 			"Drawing Lines": "manual/introduction/Drawing-lines",
 			"Creating Text": "manual/introduction/Creating-text",
 			"Migration Guide": "manual/introduction/Migration-guide",

+ 0 - 0
docs/manual/introduction/How-to-run-thing-locally.html → docs/manual/introduction/How-to-run-things-locally.html