Переглянути джерело

Merge pull request #6245 from samuil4/master

Fixing typo in inspector/readme-es6.md
David Catuhe 6 роки тому
батько
коміт
291c75f76e
1 змінених файлів з 1 додано та 1 видалено
  1. 1 1
      dist/preview release/inspector/readme-es6.md

+ 1 - 1
dist/preview release/inspector/readme-es6.md

@@ -20,7 +20,7 @@ import "@babylonjs/core/Debug/debugLayer";
 import "@babylonjs/inspector";
 ```
 
-The first line will ensure you can access the property debugLayer of the scene while the second will ensure the inspector can be use within your scene.
+The first line will ensure you can access the property debugLayer of the scene while the second will ensure the inspector can be used within your scene.
 
 This is a great example where code splitting or conditional loading could be use to ensure you are not delivering the inspector if not part of your final app.