Skip to content

Commit 82ea50a

Browse files
exxnnonymousabernier
authored andcommitted
fixed typo (mrdoob#24023)
1 parent 24d7653 commit 82ea50a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

manual/en/responsive.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -246,7 +246,7 @@ <h2 id="handling-hd-dpi-displays">Handling HD-DPI displays</h2>
246246
size of the canvas's drawingBuffer. For example when making a post processing filter,
247247
or if we are making a shader that accesses <code class="notranslate" translate="no">gl_FragCoord</code>, if we are making
248248
a screenshot, or reading pixels for GPU picking, for drawing into a 2D canvas,
249-
etc... There many many cases where if we use <code class="notranslate" translate="no">setPixelRatio</code> then our actual size will be different
249+
etc... There are many cases where if we use <code class="notranslate" translate="no">setPixelRatio</code> then our actual size will be different
250250
than the size we requested and we'll have to guess when to use the size
251251
we asked for and when to use the size three.js is actually using.
252252
By doing it ourselves we always know the size being used is the size we requested.

0 commit comments

Comments
 (0)