Browse Source

Merge pull request #12882 from marissa27/patch-1

small typo in: Update OBJLoader2.html
Mr.doob 7 years ago
parent
commit
6ccb57cf7e
1 changed files with 1 additions and 1 deletions
  1. 1 1
      docs/examples/loaders/OBJLoader2.html

+ 1 - 1
docs/examples/loaders/OBJLoader2.html

@@ -76,7 +76,7 @@
 			[page:String url] - A string containing the path/URL of the <em>.obj</em> file.<br>
 			[page:Function onLoad] - A function to be called after loading is successfully completed. The function receives loaded [page:Object3D] as an argument.<br>
 			[page:Function onProgress] - (optional) A function to be called while the loading is in progress. The argument will be the XMLHttpRequest instance, which contains [page:Integer total] and [page:Integer loaded] bytes.<br>
-			[page:Function onError] - (optional) A function to be called if an error occurrs during loading. The function receives the error as an argument.<br>
+			[page:Function onError] - (optional) A function to be called if an error occurs during loading. The function receives the error as an argument.<br>
 			[page:Function onMeshAlter] - (optional) A function to be called after a new mesh raw data becomes available for alteration.<br>
 			[page:boolean useAsync] - (optional) If true, uses async loading with worker, if false loads data synchronously.
 		</div>