浏览代码

Fixed grammatical mistake in line 14 (#23567)

Changed 'particular interesting' to 'particularly interesting'
Sadman Yasar Sayem 3 年之前
父节点
当前提交
7807d995bc
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      docs/examples/en/renderers/CSS3DRenderer.html

+ 1 - 1
docs/examples/en/renderers/CSS3DRenderer.html

@@ -11,7 +11,7 @@
 
 		<p class="desc">[name] can be used to apply hierarchical 3D transformations to DOM elements
 			via the CSS3 [link:https://www.w3schools.com/cssref/css3_pr_transform.asp transform] property.
-			This renderer is particular interesting if you want to apply 3D effects to a website without
+			This renderer is particularly interesting if you want to apply 3D effects to a website without
 			canvas based rendering. It can also be used in order to combine DOM elements with WebGL
 			content.<br /><br />
 			There are, however, some important limitations: