浏览代码

docs: change devtools intro wording (#617)

andretchen0 1 年之前
父节点
当前提交
6232691a02
共有 1 个文件被更改,包括 1 次插入3 次删除
  1. 1 3
      docs/debug/devtools.md

+ 1 - 3
docs/debug/devtools.md

@@ -1,8 +1,6 @@
 # Devtools
 # Devtools
 
 
-
-
-One of the most difficult things a developer faces when creating 3D experiences on the browser is debugging. The browser `canvas` is a black box, and it's hard to know what's going on inside. The imperative nature of [ThreeJS](https://threejs.org/) makes it incredibly difficult to debug, having to depend on `console.log` to see what's going on, or third party to fine-tune and inspect the scene.
+One of the most difficult things a developer faces when creating 3D experiences in the browser is debugging. The browser `canvas` is a black box, and it's hard to know what's going on inside. A developer might come to rely on a series of `console.log`s or third-party tools just to inspect the scene.
 
 
 Don't make me get started with checking the performance of your scene. 😱
 Don't make me get started with checking the performance of your scene. 😱