WestLangley 6 years ago
parent
commit
ca37c0ddd0
1 changed files with 1 additions and 1 deletions
  1. 1 1
      docs/manual/en/introduction/Import-via-modules.html

+ 1 - 1
docs/manual/en/introduction/Import-via-modules.html

@@ -124,7 +124,7 @@
 		</p>
 		</p>
 		<p>
 		<p>
 			Note: When using code from the examples directory, it's important that all files match the version of
 			Note: When using code from the examples directory, it's important that all files match the version of
-			your three.js main file. For example it's no good approach to use *GLTFLoader* and *OrbitControls* from R96 together
+			your three.js main file. For example, it's not acceptable to use *GLTFLoader* and *OrbitControls* from R96 together
 			with three.js R103. You can easily keep your files in sync by using the modules from the JSM directory. If the file
 			with three.js R103. You can easily keep your files in sync by using the modules from the JSM directory. If the file
 			is not available as a module, you can still use third-party npm packages or convert the file to a module by yourself.
 			is not available as a module, you can still use third-party npm packages or convert the file to a module by yourself.
 			In both cases, ensure the code is compatible with your three.js main file.
 			In both cases, ensure the code is compatible with your three.js main file.