소스 검색

Fix the import in the WebGL compatibility documentation (#25761)

fix #25760
Adam N 2 년 전
부모
커밋
fb352e6a48
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      docs/manual/en/introduction/WebGL-compatibility-check.html

+ 1 - 1
docs/manual/en/introduction/WebGL-compatibility-check.html

@@ -15,7 +15,7 @@
 		</p>
 
 		<code>
-		import { WebGL } from 'three/addons/capabilities/WebGL.js';
+		import WebGL from 'three/addons/capabilities/WebGL.js';
 
 		if ( WebGL.isWebGLAvailable() ) {