Przeglądaj źródła

Fixed grammatical mistake in line 14 (#23567)

Changed 'particular interesting' to 'particularly interesting'
Sadman Yasar Sayem 3 lat temu
rodzic
commit
7807d995bc
1 zmienionych plików z 1 dodań i 1 usunięć
  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: