Skip to content
This repository was archived by the owner on Feb 25, 2025. It is now read-only.

Change "there own" to "their own" in Flutter-GPU docs #54921

Merged
merged 1 commit into from
Sep 6, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/impeller/Flutter-GPU.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down