فهرست منبع

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
 		<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.
 			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
 			canvas based rendering. It can also be used in order to combine DOM elements with WebGL
 			content.<br /><br />
 			content.<br /><br />
 			There are, however, some important limitations:
 			There are, however, some important limitations: