Skip to content

Commit 9c5ca9b

Browse files
authored
Docs: Clean up. (#31754)
1 parent 1686350 commit 9c5ca9b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docs/api/en/materials/MeshDistanceMaterial.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ <h1>[name]</h1>
1818
Can also be used to customize the shadow casting of an object by assigning
1919
an instance of [name] to [page:Object3D.customDistanceMaterial]. The
2020
following examples demonstrates this approach in order to ensure
21-
transparent parts of objects do no cast shadows.
21+
transparent parts of objects do not cast shadows.
2222
</p>
2323

2424
<h2>Examples</h2>

src/materials/MeshDistanceMaterial.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ import { Material } from './Material.js';
77
* Can also be used to customize the shadow casting of an object by assigning
88
* an instance of `MeshDistanceMaterial` to {@link Object3D#customDistanceMaterial}.
99
* The following examples demonstrates this approach in order to ensure
10-
* transparent parts of objects do no cast shadows.
10+
* transparent parts of objects do not cast shadows.
1111
*
1212
* @augments Material
1313
*/

0 commit comments

Comments
 (0)