From c29675e5f5f50fb9602898fed81c53d58bd24b4a Mon Sep 17 00:00:00 2001 From: davidhicks980 <59215665+davidhicks980@users.noreply.github.com> Date: Sun, 1 Sep 2024 17:20:05 -0400 Subject: [PATCH] Change "there own" to "their own" --- docs/impeller/Flutter-GPU.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/impeller/Flutter-GPU.md b/docs/impeller/Flutter-GPU.md index 4dc848ef49127..6f698e5a10245 100644 --- a/docs/impeller/Flutter-GPU.md +++ b/docs/impeller/Flutter-GPU.md @@ -12,7 +12,7 @@ Currently, our best getting started resource is [this article](https://medium.co There is also an experimental 3D rendering package powered by Flutter GPU called [Flutter Scene](https://pub.dev/packages/flutter_scene). -Flutter GPU is a low level API for building rendering packages from scratch. Graphics programming has a steep learning curve, and it's likely that most users will opt to use a higher level rendering package rather than build there own. +Flutter GPU is a low level API for building rendering packages from scratch. Graphics programming has a steep learning curve, and it's likely that most users will opt to use a higher level rendering package rather than build their own. ## Distribution