From bbdcf49857dc34c5391d32cc82d645fdd5bda170 Mon Sep 17 00:00:00 2001 From: Basit Ayantunde Date: Fri, 12 Mar 2021 09:06:57 +0100 Subject: [PATCH] fixed typographical error (flutter/engine#24902) --- engine/src/flutter/flow/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/engine/src/flutter/flow/README.md b/engine/src/flutter/flow/README.md index 150281e2288..f36ae77db96 100644 --- a/engine/src/flutter/flow/README.md +++ b/engine/src/flutter/flow/README.md @@ -2,5 +2,5 @@ Flow ==== Flow is a simple compositor based on Skia that the Flutter engine uses to cache -recoded paint commands and pixels generated from those recordings. Flow runs on +recorded paint commands and pixels generated from those recordings. Flow runs on the raster thread and uploads information to Skia.