From 129df5ffcaa0f78002fe14a490afc45f7e05a6c3 Mon Sep 17 00:00:00 2001 From: Matthew Harris Date: Mon, 27 Jan 2020 06:48:56 +0000 Subject: [PATCH] docs(offscreen-rendering): missing word "is" (#21898) --- docs/tutorial/offscreen-rendering.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/tutorial/offscreen-rendering.md b/docs/tutorial/offscreen-rendering.md index acc18cdf0673..a991395c025f 100644 --- a/docs/tutorial/offscreen-rendering.md +++ b/docs/tutorial/offscreen-rendering.md @@ -21,7 +21,7 @@ performance loss. GPU accelerated rendering means that the GPU is used for composition. Because of that the frame has to be copied from the GPU which requires more performance, thus this mode is quite a bit slower than the other one. The benefit of this -mode that WebGL and 3D CSS animations are supported. +mode is that WebGL and 3D CSS animations are supported. ### Software output device